mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-02 06:53:00 +00:00
rogueviz:;seuphorica:: fixed a crash in some geometries
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user