mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-05 19:22:48 +00:00
CLI option -d:quotient now takes dimension into account
This commit is contained in:
parent
6a324fedfd
commit
2ccba49023
@ -1394,7 +1394,7 @@ int read_geom_args() {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
else if(argis("-d:quotient"))
|
else if(argis("-d:quotient"))
|
||||||
launch_dialog(showQuotientConfig);
|
launch_dialog(WDIM == 2 ? showQuotientConfig : showQuotientConfig3);
|
||||||
else if(argis("-uqf"))
|
else if(argis("-uqf"))
|
||||||
fieldpattern::use_quotient_fp = true;
|
fieldpattern::use_quotient_fp = true;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user