summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/r_bsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/r_bsp.c')
-rw-r--r--apps/plugins/doom/r_bsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/r_bsp.c b/apps/plugins/doom/r_bsp.c
index e6ce74c029..a06cb96196 100644
--- a/apps/plugins/doom/r_bsp.c
+++ b/apps/plugins/doom/r_bsp.c
@@ -66,7 +66,7 @@ void R_ClearDrawSegs(void)
66// Instead of clipsegs, let's try using an array with one entry for each column, 66// Instead of clipsegs, let's try using an array with one entry for each column,
67// indicating whether it's blocked by a solid wall yet or not. 67// indicating whether it's blocked by a solid wall yet or not.
68 68
69byte solidcol[SCREENWIDTH] IBSS_ATTR; 69byte solidcol[MAX_SCREENWIDTH] IBSS_ATTR;
70 70
71// CPhipps - 71// CPhipps -
72// R_ClipWallSegment 72// R_ClipWallSegment