From c0a622eb544f0b99de1ff5d74e3e7abcaba7ccae Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 5 Dec 2016 02:08:26 +0100 Subject: [PATCH] - removed pointless assignment. --- src/r_draw.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/r_draw.cpp b/src/r_draw.cpp index 7e966c8aba..6f58ec2a3a 100644 --- a/src/r_draw.cpp +++ b/src/r_draw.cpp @@ -2594,7 +2594,6 @@ void R_InitColumnDrawers () R_DrawShadedColumn = R_DrawShadedColumnP_C; R_DrawSpan = R_DrawSpanP_C; R_DrawSpanMasked = R_DrawSpanMaskedP_C; - rt_map4cols = rt_map4cols; #endif }