out_of_bounds cell

This commit is contained in:
Zeno Rogue
2021-06-17 09:44:48 +02:00
parent 2320619b86
commit 3a0b383b9b
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -1720,6 +1720,7 @@ void hrmap::draw_at(cell *at, const shiftmatrix& where) {
for(int i=0; i<c->type; i++) {
// note: need do cmove before c.spin
cell *c1 = c->cmove(i);
if(c1 == &out_of_bounds) continue;
enq(c1, optimized_shift(V * adj(c, i)));
}
}