1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-27 13:48:15 +00:00

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

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;