- Added Karate Chris's TEAMINFO submission.
SVN r610 (trunk)
This commit is contained in:
parent
b88f46736b
commit
b48cc1792b
17 changed files with 1006 additions and 755 deletions
|
|
@ -88,6 +88,7 @@
|
|||
#include "v_text.h"
|
||||
#include "st_start.h"
|
||||
#include "templates.h"
|
||||
#include "teaminfo.h"
|
||||
|
||||
// MACROS ------------------------------------------------------------------
|
||||
|
||||
|
|
@ -2326,6 +2327,10 @@ void D_DoomMain (void)
|
|||
Printf ("S_InitData: Load sound definitions.\n");
|
||||
S_InitData ();
|
||||
|
||||
// [CW] Parse any TEAMINFO lumps
|
||||
Printf ("TEAMINFO_Init: Load team definitions.\n");
|
||||
TEAMINFO_Init ();
|
||||
|
||||
FActorInfo::StaticInit ();
|
||||
|
||||
// Now that all actors have been defined we can finally set up the weapon slots
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue