mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'map-command-no-mapheaderinfo' into 'master'
Let the map command warp to maps without a level header See merge request STJr/SRB2!528
This commit is contained in:
commit
f2c27df524
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);
|
CONS_Alert(CONS_ERROR, M_GetText("Could not find any map described as '%s'.\n"), mapname);
|
||||||
Z_Free(mapname);
|
Z_Free(mapname);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue