1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 06:33:19 +00:00

landvalid==1 lands are valid in CR4 weirdgeometry games

This commit is contained in:
Zeno Rogue 2018-04-12 11:15:03 +02:00
parent b100e77a48
commit b9b0f9ba9a

View File

@ -1012,7 +1012,7 @@ eLand getLandForList(cell *c) {
bool isLandIngame(eLand l) {
if(isElemental(l)) l = laElementalWall;
if(isLandValid(l) < 2)
if(isLandValid(l) < 1)
return false;
if(l == laWildWest)
return false;