mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-01 09:22:51 +00:00
honeycomb_rule_generator:: extra options
This commit is contained in:
parent
17e056cdb4
commit
8538ec695a
@ -477,6 +477,12 @@ auto fqhook =
|
|||||||
using namespace arg;
|
using namespace arg;
|
||||||
|
|
||||||
if(0) ;
|
if(0) ;
|
||||||
|
else if(argis("-extra-verification")) {
|
||||||
|
reg3::extra_verification++;
|
||||||
|
}
|
||||||
|
else if(argis("-no-rule")) {
|
||||||
|
reg3::reg3_rule_available = false;
|
||||||
|
}
|
||||||
else if(argis("-gen-rule")) {
|
else if(argis("-gen-rule")) {
|
||||||
shift(); test_canonical(args());
|
shift(); test_canonical(args());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user