- removed pointless assignment.

This commit is contained in:
Christoph Oelckers 2016-12-05 02:08:26 +01:00
parent f6fb27b683
commit c0a622eb54
1 changed files with 0 additions and 1 deletions

View File

@ -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
}