- fixed: level_info_t::mapbg was not initialized
SVN r1429 (trunk)
This commit is contained in:
parent
a7e40b56f6
commit
125b0cefaf
3 changed files with 10 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue