fixed single wrong tile of the first land when safetying in landscape etc

This commit is contained in:
Zeno Rogue
2024-05-09 10:44:37 +02:00
parent 51ecd882e1
commit 4c81c0cc5d
+1 -1
View File
@@ -1329,7 +1329,7 @@ EX void setLandEuclid(cell *c) {
return;
}
#endif
setland(c, specialland);
if(!c->land) setland(c, specialland);
if(ls::any_nowall()) {
auto co = euc2_coordinates(c);
int y = co.second;