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/savescn.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/tinsel/savescn.cpp') diff --git a/engines/tinsel/savescn.cpp b/engines/tinsel/savescn.cpp index 2b5c815d3c..a3fe393b79 100644 --- a/engines/tinsel/savescn.cpp +++ b/engines/tinsel/savescn.cpp @@ -82,6 +82,8 @@ extern SRSTATE SRstate; //----------------- LOCAL GLOBAL DATA -------------------- +// FIXME: Avoid non-const global vars + static bool ASceneIsSaved = false; static int savedSceneCount = 0; -- cgit v1.2.3