mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-23 06:20:09 +00:00
fixed horo_ok to use mhyperbolic
This commit is contained in:
parent
6473ff8b45
commit
735db2bcc4
@ -1372,7 +1372,7 @@ EX bool horo_ok() {
|
||||
if(INVERSE) return false;
|
||||
if(currentmap->strict_tree_rules()) return true;
|
||||
if(reg3::in_hrmap_h3() && !PURE) return false;
|
||||
return hyperbolic && !bt::in() && !arcm::in() && !kite::in() && !experimental && !mhybrid && !arb::in() && !quotient;
|
||||
return mhyperbolic && !bt::in() && !arcm::in() && !kite::in() && !experimental && !mhybrid && !arb::in() && !quotient;
|
||||
}
|
||||
|
||||
/** \brief should we either generate the horocycles in the current geometry, or have them exist via eubinary? */
|
||||
|
Loading…
x
Reference in New Issue
Block a user