mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-10 22:36:02 +00:00
rulegen3:: fixes
This commit is contained in:
@@ -2104,6 +2104,9 @@ EX void generate_rules() {
|
||||
flags |= w_numerical;
|
||||
start_game();
|
||||
}
|
||||
else if(WDIM == 3) {
|
||||
flags |= w_numerical;
|
||||
}
|
||||
else if(!arb::in()) try {
|
||||
arb::convert::convert();
|
||||
if(flags & w_numerical) arb::convert::activate();
|
||||
|
Reference in New Issue
Block a user