mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-07 04:19:02 +00:00
fixed new geometry handling for Archimedean
This commit is contained in:
@@ -45,7 +45,7 @@ EX int roundTableRadius(cell *c) {
|
||||
|
||||
EX int celldistAltRelative(cell *c) {
|
||||
#if CAP_CRYSTAL
|
||||
if(geometry == gCrystal) return crystal::dist_relative(c);
|
||||
if(cryst) return crystal::dist_relative(c);
|
||||
#endif
|
||||
#if MAXMDIM >= 4
|
||||
if(euclid && WDIM == 3) return euclid3::dist_relative(c);
|
||||
|
||||
Reference in New Issue
Block a user