mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-17 23:17:39 +00:00
replaced 'archimedean' with 'arcm::in()'
This commit is contained in:
@@ -197,7 +197,7 @@ EX namespace yendor {
|
||||
}
|
||||
|
||||
EX bool exhaustive_distance_appropriate() {
|
||||
if(euclid && (penrose || archimedean || quotient)) return true;
|
||||
if(euclid && (penrose || arcm::in() || quotient)) return true;
|
||||
if(nil && quotient) return true;
|
||||
if(asonov::in() && asonov::period_xy && asonov::period_xy <= 256) return true;
|
||||
|
||||
|
Reference in New Issue
Block a user