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