fixed crash in Halloween on square grid

This commit is contained in:
Zeno Rogue 2018-05-08 02:07:36 +02:00
parent 469530d321
commit 95896cba5a
1 changed files with 1 additions and 1 deletions

View File

@ -1063,7 +1063,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
if(c == c->master->c7 && fv == 3)
c->item = itTreat;
}
else if(nonbitrunc) {
else if(nonbitrunc && !euclid) {
int fv = c->master->fiftyval;
if(fv == 1 || fv == 4 || fv == 2)
c->wall = waChasm;