mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 19:47:54 +00:00
dont generate horos in hrmap_h3
This commit is contained in:
@@ -1369,8 +1369,9 @@ EX int wallchance(cell *c, bool deepOcean) {
|
||||
|
||||
/** \brief should we generate the horocycles in the current geometry? */
|
||||
EX bool horo_ok() {
|
||||
if(INVERSE) return false;
|
||||
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 && !hybri && !arb::in() && !quotient;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user