mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 03:54:47 +00:00
rulegen:: fixup to numerical
This commit is contained in:
parent
c5c8d4a928
commit
565d43665e
@ -1594,6 +1594,7 @@ EX void generate_rules() {
|
||||
|
||||
if(!arb::in()) try {
|
||||
arb::convert::convert();
|
||||
if(flags & w_numerical) arb::convert::activate();
|
||||
}
|
||||
catch(hr_exception& e) {
|
||||
throw rulegen_surrender("conversion failure");
|
||||
|
Loading…
Reference in New Issue
Block a user