mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Map command: GT_TUTORIAL is incompatible with the default of single-course GP, default to -match behaviour
This commit is contained in:
parent
1ac64dc0ed
commit
6b37f86be0
1 changed files with 1 additions and 1 deletions
|
|
@ -2499,7 +2499,7 @@ static void Command_Map_f(void)
|
||||||
SplitScreen_OnChange();
|
SplitScreen_OnChange();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!newnetgame && option_match == 0)
|
if (!newnetgame && (newgametype != GT_TUTORIAL) && option_match == 0)
|
||||||
{
|
{
|
||||||
grandprixinfo.gp = true;
|
grandprixinfo.gp = true;
|
||||||
grandprixinfo.initalize = true;
|
grandprixinfo.initalize = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue