1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-19 02:24:05 +00:00

arg:: most important dialogs can be launched from command line

This commit is contained in:
Zeno Rogue
2018-11-11 11:06:32 +01:00
parent 01dc4997dc
commit 7b4028418e
10 changed files with 153 additions and 37 deletions

View File

@@ -808,6 +808,9 @@ int surface_args() {
run_shape(dsHyperboloid);
}
else if(argis("-d:surface"))
launch_dialog(show_surfaces);
else return 1;
return 0;
}