summaryrefslogtreecommitdiff
path: root/src/hexen/r_segs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/r_segs.c')
-rw-r--r--src/hexen/r_segs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hexen/r_segs.c b/src/hexen/r_segs.c
index 1fb49199..ac7c1934 100644
--- a/src/hexen/r_segs.c
+++ b/src/hexen/r_segs.c
@@ -182,7 +182,7 @@ void R_RenderSegLoop(void)
fixed_t texturecolumn;
int top, bottom;
-// texturecolumn = 0; // shut up compiler warning
+ texturecolumn = 0; // shut up compiler warning
for (; rw_x < rw_stopx; rw_x++)
{