mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-12 02:10:34 +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
|
||||
|
||||
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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user