- Apply patch to prevent the flash state from being processed twice after using A_GunFlash.

SVN r3500 (trunk)
This commit is contained in:
Randy Heit 2012-04-01 02:49:04 +00:00
commit 19ec79d4f3
3 changed files with 32 additions and 1 deletions

View file

@ -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)
{