mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 14:26:01 +00:00
CLI option -tour disables startmenu
This commit is contained in:
@@ -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")) {
|
||||
|
Reference in New Issue
Block a user