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:
@@ -808,6 +808,9 @@ int surface_args() {
|
||||
run_shape(dsHyperboloid);
|
||||
}
|
||||
|
||||
else if(argis("-d:surface"))
|
||||
launch_dialog(show_surfaces);
|
||||
|
||||
else return 1;
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user