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;