mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 06:50:27 +00:00
penrose3 fixup
This commit is contained in:
parent
bc1cc7e2ca
commit
9f664568ab
2
cell.cpp
2
cell.cpp
@ -973,7 +973,7 @@ int celldistance(cell *c1, cell *c2) {
|
||||
if(geometry == gCrystal) return crystal::precise_distance(c1, c2);
|
||||
#endif
|
||||
|
||||
if(masterless || archimedean || quotient || sol || penrose) {
|
||||
if(masterless || archimedean || quotient || sol || (penrose && euclid)) {
|
||||
|
||||
if(saved_distances.count(make_pair(c1,c2)))
|
||||
return saved_distances[make_pair(c1,c2)];
|
||||
|
Loading…
Reference in New Issue
Block a user