Remove the MF2_DONTDRAW set - this is effectively already handled by MF2_LINKDRAW.

This commit is contained in:
toasterbabe 2017-10-07 14:45:37 +01:00
parent 1e4395036d
commit e478fa830e
1 changed files with 0 additions and 5 deletions

View File

@ -10703,11 +10703,6 @@ void P_PlayerAfterThink(player_t *player)
A_CapeChase(player->followmobj);
break;
}
if (player->followmobj && !P_MobjWasRemoved(player->followmobj))
{
player->followmobj->flags2 = (player->followmobj->flags2 & ~MF2_DONTDRAW)|(player->mo->flags2 & MF2_DONTDRAW);
}
}
}
}