1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 01:20:37 +00:00

CLI option -fi-at

This commit is contained in:
Zeno Rogue 2019-11-22 14:00:22 +01:00
parent d0855db6c6
commit 95e2c860f4

View File

@ -1052,6 +1052,13 @@ int read_geom_args() {
fieldpattern::info(); fieldpattern::info();
exit(0); exit(0);
} }
else if(argis("-fi-at")) {
geometry = gNormal;
shift(); dynamicval<int> s7(S7, argi());
shift(); dynamicval<int> s3(S3, argi());
fieldpattern::info();
exit(0);
}
else if(argis("-qs")) { else if(argis("-qs")) {
cheat(); cheat();
shift(); currfp.qpaths.push_back(args()); shift(); currfp.qpaths.push_back(args());