mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
CLI option -fi-at
This commit is contained in:
parent
d0855db6c6
commit
95e2c860f4
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user