1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-07-05 11:12:49 +00:00

CLI option -d:quotient now takes dimension into account

This commit is contained in:
Zeno Rogue 2025-06-22 19:02:24 +02:00
parent 6a324fedfd
commit 2ccba49023

View File

@ -1394,7 +1394,7 @@ int read_geom_args() {
}
#endif
else if(argis("-d:quotient"))
launch_dialog(showQuotientConfig);
launch_dialog(WDIM == 2 ? showQuotientConfig : showQuotientConfig3);
else if(argis("-uqf"))
fieldpattern::use_quotient_fp = true;
#endif