mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-30 15:39:54 +00:00
removed unneeded setdist
This commit is contained in:
parent
9f664568ab
commit
9f51df9720
@ -819,7 +819,6 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
|||||||
c->wall = waIcewall;
|
c->wall = waIcewall;
|
||||||
for(int i=0; i<c->type; i++) if(hrand(100) < 50) {
|
for(int i=0; i<c->type; i++) if(hrand(100) < 50) {
|
||||||
cell *c2 = createMov(c, i);
|
cell *c2 = createMov(c, i);
|
||||||
setdist(c2, d+1, c);
|
|
||||||
if(c2->wall == waBarrier || c2->land != laIce) continue;
|
if(c2->wall == waBarrier || c2->land != laIce) continue;
|
||||||
c2->wall = waIcewall;
|
c2->wall = waIcewall;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user