- use map time, not hub time for map actions.
This commit is contained in:
parent
3364988680
commit
3c14a7db76
11 changed files with 42 additions and 42 deletions
|
|
@ -95,7 +95,7 @@ void P_Ticker (void)
|
|||
DPSprite::NewTick();
|
||||
|
||||
// [RH] Frozen mode is only changed every 4 tics, to make it work with A_Tracer().
|
||||
if ((level.time & 3) == 0)
|
||||
if ((level.maptime & 3) == 0)
|
||||
{
|
||||
if (bglobal.changefreeze)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue