Map command: GT_TUTORIAL is incompatible with the default of single-course GP, default to -match behaviour

This commit is contained in:
toaster 2023-11-05 00:07:01 +00:00
parent 1ac64dc0ed
commit 6b37f86be0

View file

@ -2499,7 +2499,7 @@ static void Command_Map_f(void)
SplitScreen_OnChange();
}
if (!newnetgame && option_match == 0)
if (!newnetgame && (newgametype != GT_TUTORIAL) && option_match == 0)
{
grandprixinfo.gp = true;
grandprixinfo.initalize = true;