From 1dbf8d73d56052654522cf4076490090a41f336b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 16 Nov 2010 09:53:55 +0000 Subject: TINSEL: Mark all (?) global vars with a FIXME comment Use of global vars is what prevents RTL from working in Tinsel (and probably in other engines). More specifically, the fact that many global vars are not explicitly inited when the engine is (re)launched. svn-id: r54262 --- engines/tinsel/token.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tinsel/token.cpp') 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 /** -- cgit v1.2.3