From b7edc7f8704c3729eabf057fd8febf383abb6059 Mon Sep 17 00:00:00 2001
From: mazmazz <mar.marcoz@outlook.com>
Date: Mon, 24 Dec 2018 20:58:26 -0500
Subject: [PATCH] Revert "Merge branch 'side-discolor-fix' into 'master'"

This reverts commit e721a3d8823f420d414725ece7362e34c9d677dd, reversing
changes made to 4656a0d02c070a1741b6c6d6c7010cc998af2225.
---
 src/r_segs.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/r_segs.c b/src/r_segs.c
index 6fdf56428..1637ce905 100644
--- a/src/r_segs.c
+++ b/src/r_segs.c
@@ -1126,9 +1126,6 @@ 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)
-- 
GitLab