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

This commit is contained in:
Zeno Rogue 2024-05-07 23:56:29 +02:00
parent 51ecd882e1
commit 4c81c0cc5d
1 changed files with 1 additions and 1 deletions

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;