mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-16 09:42:57 +00:00
Remove the MF2_DONTDRAW set - this is effectively already handled by MF2_LINKDRAW.
This commit is contained in:
parent
1e4395036d
commit
e478fa830e
1 changed files with 0 additions and 5 deletions
|
@ -10703,11 +10703,6 @@ void P_PlayerAfterThink(player_t *player)
|
||||||
A_CapeChase(player->followmobj);
|
A_CapeChase(player->followmobj);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (player->followmobj && !P_MobjWasRemoved(player->followmobj))
|
|
||||||
{
|
|
||||||
player->followmobj->flags2 = (player->followmobj->flags2 & ~MF2_DONTDRAW)|(player->mo->flags2 & MF2_DONTDRAW);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue