mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-27 15:32:53 +00:00
fixed is_master for 3D euclidean
This commit is contained in:
parent
ecadc352f1
commit
9ab84d9afd
@ -2565,7 +2565,7 @@ EX namespace patterns {
|
|||||||
EX }
|
EX }
|
||||||
|
|
||||||
EX bool is_master(cell *c) {
|
EX bool is_master(cell *c) {
|
||||||
if(euclid) return pseudohept(c);
|
if(euc::in(2)) return pseudohept(c);
|
||||||
else return c->master->c7 == c;
|
else return c->master->c7 == c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user