From 63bed379fa7716d39b7136cd5ccc0beff9001a13 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 4 May 2018 18:09:04 +0200 Subject: [PATCH] Halloween now uses the correct FULLFLOOR --- graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index ee86a449..8d160f8e 100644 --- a/graph.cpp +++ b/graph.cpp @@ -3852,7 +3852,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) { if(c->land == laZebra) fd++; if(c->land == laHalloween && !wmblack) { transmatrix Vdepth = wmspatial ? mscale(V, geom3::BOTTOM) : V; - queuepolyat(Vdepth, shFloor[ct6], darkena(firecolor(ticks / 10), 0, 0xDF), + queuepolyat(Vdepth, FULLFLOOR, darkena(firecolor(ticks / 10), 0, 0xDF), PPR_LAKEBOTTOM); } }