- Fixed: The StatusBar pointer was not NULLed after being deleted.

SVN r709 (trunk)
This commit is contained in:
Christoph Oelckers 2008-01-16 14:44:27 +00:00
commit 67afc9d4fc
2 changed files with 5 additions and 0 deletions

View file

@ -1541,6 +1541,7 @@ void G_InitNew (const char *mapname, bool bTitleLevel)
if (StatusBar != NULL)
{
delete StatusBar;
StatusBar = NULL;
}
if (bTitleLevel)
{