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

(cherry picked from commit 6464df9876e472d1210aabce4237d02af38377e1)
This commit is contained in:
James R 2019-12-09 20:04:09 -08:00
parent bd253c0e7e
commit 1adae3deea

View file

@ -2639,7 +2639,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);