mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-31 17:57:56 +00:00
fixed single wrong tile of the first land when safetying in landscape etc
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user