Correct a merge mistake

This commit is contained in:
wolfy852 2019-05-07 02:06:59 -05:00
parent b98f8f7504
commit 777f1675fc
1 changed files with 2 additions and 1 deletions

View File

@ -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";