Added EventHandlers in Map section of MAPINFO
This commit is contained in:
parent
890166a732
commit
76b99da4b3
5 changed files with 85 additions and 6 deletions
|
|
@ -1066,6 +1066,8 @@ void G_DoLoadLevel (int position, bool autosave)
|
|||
}
|
||||
}
|
||||
StatusBar->AttachToPlayer (&players[consoleplayer]);
|
||||
// [ZZ] init per-map static handlers
|
||||
E_InitStaticHandlers(true);
|
||||
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