- use map time, not hub time for map actions.

This commit is contained in:
Christoph Oelckers 2019-01-28 18:42:56 +01:00
commit 3c14a7db76
11 changed files with 42 additions and 42 deletions

View file

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