- 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:
parent
83d464d1be
commit
ac7a9183aa
12 changed files with 114 additions and 114 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue