1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-14 05:57:37 +00:00
This commit is contained in:
Zeno Rogue
2017-11-06 19:29:02 +01:00
parent a14cced41d
commit a99e413f25
2 changed files with 4 additions and 4 deletions

View File

@@ -1002,8 +1002,8 @@ void giantLandSwitch(cell *c, int d, cell *from) {
if(torus) {
int pid = decodeId(c->master);
if(pid == 381/3) c->wall = waCharged;
if(pid == 381*2/3) c->wall = waGrounded;
if(pid == torusconfig::qty/3) c->wall = waCharged;
if(pid == torusconfig::qty*2/3) c->wall = waGrounded;
}
else if(euclid) {
eucoord x, y;