1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-15 06:17:38 +00:00

other changes in 9.4n

This commit is contained in:
Zeno Rogue
2017-06-18 18:52:15 +02:00
parent b172d3930d
commit 7c66469394
5 changed files with 207 additions and 39 deletions

View File

@@ -3487,7 +3487,7 @@ void setdist(cell *c, int d, cell *from) {
int v;
if(randomPatternsMode)
v = RANDPAT ? 24 : 0;
else if(torus) ;
else if(torus) v=0;
else if(euclid) {
eucoord x, y;
decodeMaster(c->master, x, y);