mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Correct a merge mistake
This commit is contained in:
parent
26adea3234
commit
1b7d7cabdf
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.
|
; // The player wants us to trek on anyway. Do so.
|
||||||
// G_TOLFlag handles both multiplayer gametype and ignores it for !multiplayer
|
// G_TOLFlag handles both multiplayer gametype and ignores it for !multiplayer
|
||||||
// Alternatively, bail if the map header is completely missing anyway.
|
// 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";
|
char gametypestring[32] = "Single Player";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue