1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 01:00:25 +00:00

CLI option -tour disables startmenu

This commit is contained in:
Zeno Rogue 2020-04-07 17:14:45 +02:00
parent 72f84a1cf7
commit 9ba42a1db2

View File

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