aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/timers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/timers.cpp')
-rw-r--r--engines/tinsel/timers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/timers.cpp b/engines/tinsel/timers.cpp
index 9c7f709608..5f15cd9d3b 100644
--- a/engines/tinsel/timers.cpp
+++ b/engines/tinsel/timers.cpp
@@ -52,7 +52,7 @@ struct TIMER {
//----------------- LOCAL GLOBAL DATA --------------------
-static TIMER timers[MAX_TIMERS];
+static TIMER timers[MAX_TIMERS]; // FIXME: Avoid non-const global vars
//--------------------------------------------------------