whitespace

develop
Kelly Kinkade 2017-08-05 21:48:41 -05:00
parent b61859a55e
commit ab8fb9f44e
1 changed files with 2 additions and 2 deletions

@ -1220,8 +1220,8 @@ private:
{
df::unit* other = p1 ? act->unit_noble : act->unit_actor;
if (other && !(other->flags1.bits.dead ||
(other->job.current_job &&
(other->job.current_job->job_type == df::job_type::Sleep ||
(other->job.current_job &&
(other->job.current_job->job_type == df::job_type::Sleep ||
other->job.current_job->job_type == df::job_type::Rest)) ||
ENUM_ATTR(profession, military, other->profession))) {
dwarf->clear_all = true;