From 6b37f86be04b183576a7eb86688331bdf8b80f24 Mon Sep 17 00:00:00 2001 From: toaster Date: Sun, 5 Nov 2023 00:07:01 +0000 Subject: [PATCH] Map command: GT_TUTORIAL is incompatible with the default of single-course GP, default to -match behaviour --- src/d_netcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d_netcmd.c b/src/d_netcmd.c index 13f709b2b..98162b4aa 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -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;