mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-03 11:17:56 +00:00
CLI option -d:quotient now takes dimension into account
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user