- Added Blzut3's statusbar maintenance patch.

SVN r1380 (trunk)
This commit is contained in:
Christoph Oelckers 2009-01-30 22:37:55 +00:00
commit 40d740506d
6 changed files with 35 additions and 35 deletions

View file

@ -1750,14 +1750,14 @@ void G_InitNew (const char *mapname, bool bTitleLevel)
}
else
{
StatusBar = CreateCustomStatusBar(GETSBARINFOSCRIPT(gameinfo.gametype));
StatusBar = CreateCustomStatusBar(SCRIPT_DEFAULT);
}
}
if (StatusBar == NULL)
{
if (gameinfo.gametype & GAME_DoomChex)
{
StatusBar = CreateCustomStatusBar (GETSBARINFOSCRIPT(gameinfo.gametype));
StatusBar = CreateCustomStatusBar (SCRIPT_DEFAULT);
}
else if (gameinfo.gametype == GAME_Heretic)
{