From 4c6334f459c600629d785de884a058bbc4b37243 Mon Sep 17 00:00:00 2001 From: Jimita <16945067+monster-psychic-cat@users.noreply.github.com> Date: Mon, 24 Dec 2018 17:14:38 -0500 Subject: [PATCH] cleanup --- src/r_segs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/r_segs.c b/src/r_segs.c index 1637ce90..6fdf5642 100644 --- a/src/r_segs.c +++ b/src/r_segs.c @@ -1126,6 +1126,9 @@ void R_RenderThickSideRange(drawseg_t *ds, INT32 x1, INT32 x2, ffloor_t *pfloor) // Get data for the column col = (column_t *)((UINT8 *)R_GetColumn(texnum,maskedtexturecol[dc_x]) - 3); + // guess what I just fixed? -monster psychic cat + dc_colormap = colormaps; + // SoM: New code does not rely on R_DrawColumnShadowed_8 which // will (hopefully) put less strain on the stack. if (dc_numlights)