1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-02-17 11:30:09 +00:00

CLI option uqf

This commit is contained in:
Zeno Rogue 2021-07-07 18:27:26 +02:00
parent 567436ed2f
commit 2f39f259d3

View File

@ -1284,6 +1284,8 @@ int read_geom_args() {
#endif
else if(argis("-d:quotient"))
launch_dialog(showQuotientConfig);
else if(argis("-uqf"))
fieldpattern::use_quotient_fp = true;
#endif
else if(argis("-d:geom"))
launch_dialog(showEuclideanMenu);