mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-19 07:57:39 +00:00
CLI option -tour disables startmenu
This commit is contained in:
@@ -203,6 +203,7 @@ int arg::readCommon() {
|
|||||||
}
|
}
|
||||||
#if CAP_TOUR
|
#if CAP_TOUR
|
||||||
else if(argis("-tour")) {
|
else if(argis("-tour")) {
|
||||||
|
showstartmenu = false;
|
||||||
PHASEFROM(2); start_game(); tour::start();
|
PHASEFROM(2); start_game(); tour::start();
|
||||||
}
|
}
|
||||||
else if(argis("-presentation")) {
|
else if(argis("-presentation")) {
|
||||||
|
Reference in New Issue
Block a user