mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-06 04:17:58 +00:00
replaced 'archimedean' with 'arcm::in()'
This commit is contained in:
@@ -79,7 +79,7 @@ EX heptagon *buildHeptagon1(heptagon *h, heptagon *parent, int d, hstate s, int
|
||||
|
||||
heptagon *buildHeptagon(heptagon *parent, int d, hstate s, int pard = 0, int fixdistance = COMPUTE) {
|
||||
heptagon *h = buildHeptagon1(tailored_alloc<heptagon> (S7), parent, d, s, pard);
|
||||
if(binarytiling || archimedean) return h;
|
||||
if(binarytiling || arcm::in()) return h;
|
||||
if(parent->c7) {
|
||||
#if CAP_IRR
|
||||
if(IRREGULAR)
|
||||
|
Reference in New Issue
Block a user