summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/r_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/r_main.c')
-rw-r--r--apps/plugins/doom/r_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/r_main.c b/apps/plugins/doom/r_main.c
index 58fe9d0f96..fa24bd9d13 100644
--- a/apps/plugins/doom/r_main.c
+++ b/apps/plugins/doom/r_main.c
@@ -86,7 +86,7 @@ int *viewangletox=0;
86// to the lowest viewangle that maps back to x ranges 86// to the lowest viewangle that maps back to x ranges
87// from clipangle to -clipangle. 87// from clipangle to -clipangle.
88 88
89angle_t xtoviewangle[SCREENWIDTH+1]; // killough 2/8/98 89angle_t xtoviewangle[MAX_SCREENWIDTH+1]; // killough 2/8/98
90 90
91// killough 3/20/98: Support dynamic colormaps, e.g. deep water 91// killough 3/20/98: Support dynamic colormaps, e.g. deep water
92// killough 4/4/98: support dynamic number of them as well 92// killough 4/4/98: support dynamic number of them as well