aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/m4/ws_sequence.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/m4/ws_sequence.cpp b/engines/m4/ws_sequence.cpp
index 4c806c9806..cc850b8cd7 100644
--- a/engines/m4/ws_sequence.cpp
+++ b/engines/m4/ws_sequence.cpp
@@ -70,8 +70,8 @@ static const long sinCosTable[320] = {
64276, 64571, 64826, 65043, 65220, 65358, 65457, 65516
};
-long *sinTable = &(sinCosTable[0]);
-long *cosTable = &(sinCosTable[64]);
+const long *sinTable = &(sinCosTable[0]);
+const long *cosTable = &(sinCosTable[64]);
// FIXME: Tables