mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
CLI option -tour disables startmenu
This commit is contained in:
parent
72f84a1cf7
commit
9ba42a1db2
@ -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")) {
|
||||
|
Loading…
Reference in New Issue
Block a user