- re-applied the changes for p_spec.cpp

This is mostly map loader code which really should not operate on the global level.
This commit is contained in:
Christoph Oelckers 2019-01-24 00:02:51 +01:00
commit ac7a9183aa
12 changed files with 114 additions and 114 deletions

View file

@ -144,7 +144,7 @@ void P_Ticker (void)
//if added by MC: Freeze mode.
if (!bglobal.freeze && !(level.flags2 & LEVEL2_FROZEN))
{
P_UpdateSpecials ();
P_UpdateSpecials (&level);
P_RunEffects (); // [RH] Run particle effects
}