Command_Map_f: Guess gametype of map in offline GP, as well as from titlescreen/menu

This commit is contained in:
toaster 2023-02-16 15:31:25 +00:00
parent 97c8d201eb
commit e3eb3ed9f8

View file

@ -2846,7 +2846,7 @@ static void Command_Map_f(void)
return;
}
}
else if (!Playing())
else if (!Playing() || (netgame == false && grandprixinfo.gp == true))
{
newresetplayers = true;
if (mapheaderinfo[newmapnum-1])