mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-17 23:21:05 +00:00
Correct a merge mistake
This commit is contained in:
parent
b98f8f7504
commit
777f1675fc
1 changed files with 2 additions and 1 deletions
|
@ -2325,7 +2325,8 @@ static void Command_Map_f(void)
|
|||
; // The player wants us to trek on anyway. Do so.
|
||||
// G_TOLFlag handles both multiplayer gametype and ignores it for !multiplayer
|
||||
// Alternatively, bail if the map header is completely missing anyway.
|
||||
else
|
||||
else if (!mapheaderinfo[newmapnum-1]
|
||||
|| !(mapheaderinfo[newmapnum-1]->typeoflevel & G_TOLFlag(newgametype)))
|
||||
{
|
||||
char gametypestring[32] = "Single Player";
|
||||
|
||||
|
|
Loading…
Reference in a new issue