mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-22 14:37:42 +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);
|
||||
break;
|
||||
}
|
||||
|
||||
if (player->followmobj && !P_MobjWasRemoved(player->followmobj))
|
||||
{
|
||||
player->followmobj->flags2 = (player->followmobj->flags2 & ~MF2_DONTDRAW)|(player->mo->flags2 & MF2_DONTDRAW);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue