aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/token.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/token.cpp')
-rw-r--r--engines/tinsel/token.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/token.cpp b/engines/tinsel/token.cpp
index 2acf3c073f..fe152edcaa 100644
--- a/engines/tinsel/token.cpp
+++ b/engines/tinsel/token.cpp
@@ -37,7 +37,7 @@ struct Token {
PROCESS *proc;
};
-static Token tokens[NUMTOKENS];
+static Token tokens[NUMTOKENS]; // FIXME: Avoid non-const global vars
/**