- Allow defaultenvironment to take names as well as numeric IDs.

SVN r2262 (trunk)
This commit is contained in:
Randy Heit 2010-03-31 23:33:18 +00:00
commit 69c777df4c
3 changed files with 24 additions and 7 deletions

View file

@ -2027,6 +2027,9 @@ void D_DoomMain (void)
StartScreen->AppendStatusLine(temp);
}
// [RH] Load sound environments
S_ParseReverbDef ();
// [RH] Parse through all loaded mapinfo lumps
Printf ("G_ParseMapInfo: Load map definitions.\n");
G_ParseMapInfo (iwad_info->MapInfo);
@ -2035,7 +2038,6 @@ void D_DoomMain (void)
Printf ("S_InitData: Load sound definitions.\n");
S_InitData ();
Printf ("Texman.Init: Init texture manager.\n");
TexMan.Init();