- Apply patch to prevent the flash state from being processed twice after using A_GunFlash.
SVN r3500 (trunk)
This commit is contained in:
parent
d9f7a250ba
commit
19ec79d4f3
3 changed files with 32 additions and 1 deletions
|
|
@ -84,6 +84,8 @@ void P_Ticker (void)
|
|||
if (paused || P_CheckTickerPaused())
|
||||
return;
|
||||
|
||||
P_NewPspriteTick();
|
||||
|
||||
// [RH] Frozen mode is only changed every 4 tics, to make it work with A_Tracer().
|
||||
if ((level.time & 3) == 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue