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")) {