mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-04 13:19:20 +00:00
fixed single wrong tile of the first land when safetying in landscape etc
This commit is contained in:
parent
51ecd882e1
commit
4c81c0cc5d
@ -1329,7 +1329,7 @@ EX void setLandEuclid(cell *c) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
setland(c, specialland);
|
if(!c->land) setland(c, specialland);
|
||||||
if(ls::any_nowall()) {
|
if(ls::any_nowall()) {
|
||||||
auto co = euc2_coordinates(c);
|
auto co = euc2_coordinates(c);
|
||||||
int y = co.second;
|
int y = co.second;
|
||||||
|
Loading…
Reference in New Issue
Block a user