Maybe I'm mistaken but this probably isn't needed

This commit is contained in:
James R 2019-12-09 20:04:09 -08:00
parent 9ab00049dc
commit 6464df9876
1 changed files with 1 additions and 1 deletions

View File

@ -1907,7 +1907,7 @@ static void Command_Map_f(void)
}
}
if (newmapnum == 0 || !mapheaderinfo[newmapnum-1])
if (newmapnum == 0)
{
CONS_Alert(CONS_ERROR, M_GetText("Could not find any map described as '%s'.\n"), mapname);
Z_Free(mapname);