Don't select a map - whether random (voting screen, randommap command, etc) or specific (map command) if it has no associated lump.
This commit is contained in:
parent
b92c125928
commit
4c109c7161
1 changed files with 1 additions and 1 deletions
|
|
@ -3514,7 +3514,7 @@ tryagain:
|
|||
{
|
||||
boolean isokmap = true;
|
||||
|
||||
if (!mapheaderinfo[ix])
|
||||
if (!mapheaderinfo[ix] || mapheaderinfo[ix]->lumpnum == LUMPERROR)
|
||||
continue;
|
||||
|
||||
if ((mapheaderinfo[ix]->typeoflevel & tolflags) != tolflags
|
||||
|
|
|
|||
Loading…
Reference in a new issue