1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-08 03:36:43 +00:00

rogueviz:;seuphorica:: fixed a crash in some geometries

This commit is contained in:
Zeno Rogue 2025-03-08 10:21:18 +01:00
parent 5fb1ff4d21
commit 9840b12ef1

View File

@ -300,6 +300,7 @@ void render_tile(shiftmatrix V, tile& t, cell *c, vector<tile>* origbox, int box
if(c && tiles3) {
wider w(wide);
set_floor(cgi.shFullFloor);
ensure_floorshape_generated(shvid(c), c);
for(int i=0; i<c->type; i++)
if(!board.count(c->move(i))) placeSidewall(c, i, SIDE_SLEV, V, back);
V1 = orthogonal_move_fol(V, cgi.SLEV[1]);