Fix duplication of SWWMGlobals on map change.
This commit is contained in:
parent
4bb806ddb3
commit
06c3aec3b4
3 changed files with 5 additions and 4 deletions
|
|
@ -150,8 +150,6 @@ Class SWWMHandler : EventHandler
|
|||
while ( sv = si.Next() ) funtagsv.Push(sv);
|
||||
si = ServiceIterator.Find("MergeMonsterService");
|
||||
while ( sv = si.Next() ) mergemonstersv.Push(sv);
|
||||
// session globals
|
||||
gdat = SWWMGlobals.Get();
|
||||
// start profiling
|
||||
if ( swwm_profstart <= 0 ) return;
|
||||
bprofiletics = profiletics = swwm_profstart;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue