summaryrefslogtreecommitdiff
path: root/src/r_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/r_main.c')
-rw-r--r--src/r_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/r_main.c b/src/r_main.c
index eec74ae0..e6a08691 100644
--- a/src/r_main.c
+++ b/src/r_main.c
@@ -113,7 +113,7 @@ angle_t xtoviewangle[SCREENWIDTH+1];
// fixed_t finetangent[FINEANGLES/2];
// fixed_t finesine[5*FINEANGLES/4];
-fixed_t* finecosine = &finesine[FINEANGLES/4];
+const fixed_t* finecosine = &finesine[FINEANGLES/4];
lighttable_t* scalelight[LIGHTLEVELS][MAXLIGHTSCALE];