mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-19 14:54:07 +00:00
no more nul reference in incompatible geometries without top_land
This commit is contained in:
parent
229f717678
commit
857c8c41cb
@ -986,7 +986,7 @@ void buildBigStuff(cell *c, cell *from) {
|
|||||||
// buildgreatwalls
|
// buildgreatwalls
|
||||||
|
|
||||||
if(celldist(c) < 3) {
|
if(celldist(c) < 3) {
|
||||||
if(c == cwt.c->master->move[3]->c7 && top_land) {
|
if(top_land && c == cwt.c->master->move[3]->c7) {
|
||||||
buildBarrierStrong(c, 6, true, top_land);
|
buildBarrierStrong(c, 6, true, top_land);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user