1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-21 13:28:05 +00:00

clearing in gBinaryTiling

This commit is contained in:
Zeno Rogue
2021-04-25 11:10:09 +02:00
parent 42b440c1f4
commit a99be21653
2 changed files with 14 additions and 23 deletions

View File

@@ -965,7 +965,7 @@ EX land_validity_t& land_validity(eLand l) {
return not_in_chaos;
if(l == laClearing)
if(!(stdeucx || a38 || (a45 && BITRUNCATED) || (a47 && BITRUNCATED)) || NONSTDVAR)
if(!(stdeucx || geometry == gBinaryTiling || a38 || (a45 && BITRUNCATED) || (a47 && BITRUNCATED)) || NONSTDVAR)
if(!bounded)
return not_implemented;