mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-28 00:12:18 +00:00
added cli option -tes-handled
This commit is contained in:
parent
06897460a3
commit
c8dc9c5fa2
@ -2095,6 +2095,11 @@ int readArgs() {
|
||||
shift();
|
||||
run_raw(args());
|
||||
}
|
||||
else if(argis("-tes-handled")) {
|
||||
PHASEFROM(2);
|
||||
shift();
|
||||
run(args());
|
||||
}
|
||||
else if(argis("-tes-opt")) {
|
||||
arg::run_arguments(current.options);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user