mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-13 12:17:10 +00:00
CLI option uqf
This commit is contained in:
@@ -1284,6 +1284,8 @@ int read_geom_args() {
|
|||||||
#endif
|
#endif
|
||||||
else if(argis("-d:quotient"))
|
else if(argis("-d:quotient"))
|
||||||
launch_dialog(showQuotientConfig);
|
launch_dialog(showQuotientConfig);
|
||||||
|
else if(argis("-uqf"))
|
||||||
|
fieldpattern::use_quotient_fp = true;
|
||||||
#endif
|
#endif
|
||||||
else if(argis("-d:geom"))
|
else if(argis("-d:geom"))
|
||||||
launch_dialog(showEuclideanMenu);
|
launch_dialog(showEuclideanMenu);
|
||||||
|
|||||||
Reference in New Issue
Block a user