Implemented global EventHandlers in MAPINFO
This commit is contained in:
parent
ba4a74265c
commit
efb1e5d33a
6 changed files with 47 additions and 31 deletions
|
|
@ -1068,6 +1068,8 @@ void G_DoLoadLevel (int position, bool autosave)
|
|||
StatusBar->AttachToPlayer (&players[consoleplayer]);
|
||||
// [ZZ] init per-map static handlers
|
||||
E_InitStaticHandlers(true);
|
||||
// call map load hook
|
||||
E_MapLoaded();
|
||||
P_DoDeferedScripts (); // [RH] Do script actions that were triggered on another map.
|
||||
|
||||
if (demoplayback || oldgs == GS_STARTUP || oldgs == GS_TITLELEVEL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue