- init bot specific actor properties righr after parsing DECORATE, not when spawning the first bot (which is too late.)
SVN r3032 (trunk)
This commit is contained in:
parent
572bc4620a
commit
ececec1c65
3 changed files with 2 additions and 8 deletions
|
|
@ -52,6 +52,7 @@
|
|||
#include "g_level.h"
|
||||
|
||||
extern void LoadActors ();
|
||||
extern void InitBotStuff();
|
||||
|
||||
|
||||
//==========================================================================
|
||||
|
|
@ -121,6 +122,7 @@ void FActorInfo::StaticInit ()
|
|||
|
||||
Printf ("LoadActors: Load actor definitions.\n");
|
||||
LoadActors ();
|
||||
InitBotStuff();
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue