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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user