CLI option -fi-at

This commit is contained in:
Zeno Rogue 2019-11-22 14:00:22 +01:00
parent d0855db6c6
commit 95e2c860f4
1 changed files with 7 additions and 0 deletions

View File

@ -1052,6 +1052,13 @@ int read_geom_args() {
fieldpattern::info();
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")) {
cheat();
shift(); currfp.qpaths.push_back(args());