From 98f36617c4f26a4ef5ece16690466f57e3b80b1d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 30 Mar 2021 11:28:35 +0200 Subject: [PATCH] fixup --- celldrawer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celldrawer.cpp b/celldrawer.cpp index 59d386fc..af840202 100644 --- a/celldrawer.cpp +++ b/celldrawer.cpp @@ -950,9 +950,9 @@ void celldrawer::draw_halfvine() { queuepolyat(GDIM == 2 ? Vdepth : V2, cgi.shSemiFloor[0], darkena(vcol, fd, 0xFF), PPR::WALL3A); {dynamicval p(poly_outline, OUTLINE_TRANS); queuepolyat(V2 * spin(M_PI*2/3), cgi.shSemiFloorShadow, SHADOW_WALL, GDIM == 2 ? PPR::WALLSHADOW : PPR::TRANSPARENT_SHADOW); } - auto& side = queuepolyat(V2, cgi.shSemiFloorSide[SIDE_WALL], darkena(vcol, fd, 0xFF), PPR::WALL3A-2+away(V2.T)); #if MAXMDIM >= 4 if(GDIM == 3 && qfi.fshape) { + auto& side = queuepolyat(V2, cgi.shSemiFloorSide[SIDE_WALL], darkena(vcol, fd, 0xFF), PPR::WALL3A-2+away(V2.T)); side.tinf = &floor_texture_vertices[shar.id]; ensure_vertex_number(*side.tinf, side.cnt); }