mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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…
Add table
Reference in a new issue