mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 03:12:38 +00:00
Maybe I'm mistaken but this probably isn't needed
This commit is contained in:
parent
9ab00049dc
commit
6464df9876
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue