mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Command_Map_f: Guess gametype of map in offline GP, as well as from titlescreen/menu
This commit is contained in:
parent
97c8d201eb
commit
e3eb3ed9f8
1 changed files with 1 additions and 1 deletions
|
|
@ -2846,7 +2846,7 @@ static void Command_Map_f(void)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (!Playing())
|
else if (!Playing() || (netgame == false && grandprixinfo.gp == true))
|
||||||
{
|
{
|
||||||
newresetplayers = true;
|
newresetplayers = true;
|
||||||
if (mapheaderinfo[newmapnum-1])
|
if (mapheaderinfo[newmapnum-1])
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue