mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-01 07:20:15 +00:00
replaced euclid3:: with euc::
This commit is contained in:
@@ -1393,7 +1393,7 @@ EX bool pseudohept(cell *c) {
|
||||
#if MAXMDIM == 4
|
||||
if(WDIM == 3) {
|
||||
if(geometry == gField435) return false;
|
||||
else if(euclid) return euclid3::pseudohept(c);
|
||||
else if(euclid) return euc::pseudohept(c);
|
||||
else return reg3::pseudohept(c);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user