1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-05 03:29:03 +00:00

rogueviz:: sag:: -sag-orth

This commit is contained in:
Zeno Rogue
2025-12-04 23:38:37 +01:00
parent 23d8238ea4
commit becc5789b1

View File

@@ -250,6 +250,7 @@ int exp_read_args() {
else if(argis("-sag-v6")) sag_v6();
else if(argis("-sag-new-viz")) sag_new_experiment_viz();
else if(argis("-sag-test-mul")) sag_test_mul();
else if(argis("-sag-orth")) auto_orth(true);
else if(argis("-sag-write-colors")) {
shift(); write_colors(args());
}