mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-08 05:16:00 +00:00
tour:: an option to print
This commit is contained in:
@@ -222,6 +222,9 @@ int arg::readCommon() {
|
||||
PHASEFROM(2); tour::texts = false;
|
||||
start_game(); tour::start();
|
||||
}
|
||||
else if(argis("-print-tour")) {
|
||||
tour::print();
|
||||
}
|
||||
#endif
|
||||
else if(argis("-draw")) {
|
||||
PHASE(3); start_game(); drawscreen();
|
||||
|
Reference in New Issue
Block a user