aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/coroutine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/coroutine.cpp')
-rw-r--r--engines/tinsel/coroutine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/coroutine.cpp b/engines/tinsel/coroutine.cpp
index 72f39bb21e..b568cb4a46 100644
--- a/engines/tinsel/coroutine.cpp
+++ b/engines/tinsel/coroutine.cpp
@@ -29,7 +29,7 @@
namespace Tinsel {
-CoroContext nullContext = NULL;
+CoroContext nullContext = NULL; // FIXME: Avoid non-const global vars
#if COROUTINE_DEBUG