- fixed: level_info_t::mapbg was not initialized

SVN r1429 (trunk)
This commit is contained in:
Christoph Oelckers 2009-02-20 13:47:22 +00:00
commit 125b0cefaf
3 changed files with 10 additions and 5 deletions

View file

@ -217,6 +217,7 @@ void P_RemoveDefereds (void)
void level_info_t::Reset()
{
mapname[0] = 0;
mapbg[0] = 0;
levelnum = 0;
pname[0] = 0;
nextmap[0] = 0;