Merge branch 'thereisnospoon' of https://github.com/jewalky/gzdoom
# Conflicts: # src/dobject.h
This commit is contained in:
commit
2234d36c7a
40 changed files with 1970 additions and 15 deletions
|
|
@ -54,6 +54,7 @@
|
|||
#include "thingdef.h"
|
||||
#include "d_player.h"
|
||||
#include "doomerrors.h"
|
||||
#include "events.h"
|
||||
|
||||
extern void LoadActors ();
|
||||
extern void InitBotStuff();
|
||||
|
|
@ -210,6 +211,9 @@ void PClassActor::StaticInit()
|
|||
ClearStrifeTypes();
|
||||
LoadActors ();
|
||||
InitBotStuff();
|
||||
|
||||
// reinit GLOBAL static stuff from gameinfo, once classes are loaded.
|
||||
E_InitStaticHandlers(false);
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue