Generalized the psprites implementation
This commit is contained in:
parent
bd396ccb7c
commit
1966b61b8f
25 changed files with 744 additions and 478 deletions
|
|
@ -87,7 +87,7 @@ void P_Ticker (void)
|
|||
if (paused || P_CheckTickerPaused())
|
||||
return;
|
||||
|
||||
P_NewPspriteTick();
|
||||
DPSprite::NewTick();
|
||||
|
||||
// [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