From 9ba42a1db20279da963cd44f49127f8a95f4d233 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 7 Apr 2020 17:14:45 +0200 Subject: [PATCH] CLI option -tour disables startmenu --- commandline.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/commandline.cpp b/commandline.cpp index 03db80ab..31d19865 100644 --- a/commandline.cpp +++ b/commandline.cpp @@ -203,6 +203,7 @@ int arg::readCommon() { } #if CAP_TOUR else if(argis("-tour")) { + showstartmenu = false; PHASEFROM(2); start_game(); tour::start(); } else if(argis("-presentation")) {