Removed World*Unsafe handlers (merged with WorldLoaded/WorldUnloading); Removed the concept of 'map-local static' handlers, static handlers are now only those that run globally.

This commit is contained in:
ZZYZX 2017-01-30 07:50:09 +02:00
commit 09ca1f610d
5 changed files with 72 additions and 31 deletions

View file

@ -1443,8 +1443,6 @@ void P_SpawnSpecials (void)
break;
}
}
// [ZZ] safe world load
E_WorldLoaded();
// [RH] Start running any open scripts on this map
FBehavior::StaticStartTypedScripts (SCRIPT_Open, NULL, false);
}