mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-14 05:57:37 +00:00
set dx=1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user