mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
fixed crash in Halloween on square grid
This commit is contained in:
parent
469530d321
commit
95896cba5a
@ -1063,7 +1063,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
|
|||||||
if(c == c->master->c7 && fv == 3)
|
if(c == c->master->c7 && fv == 3)
|
||||||
c->item = itTreat;
|
c->item = itTreat;
|
||||||
}
|
}
|
||||||
else if(nonbitrunc) {
|
else if(nonbitrunc && !euclid) {
|
||||||
int fv = c->master->fiftyval;
|
int fv = c->master->fiftyval;
|
||||||
if(fv == 1 || fv == 4 || fv == 2)
|
if(fv == 1 || fv == 4 || fv == 2)
|
||||||
c->wall = waChasm;
|
c->wall = waChasm;
|
||||||
|
Loading…
Reference in New Issue
Block a user