aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/savescn.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2011-10-18 19:47:45 +1100
committerPaul Gilbert2011-10-18 19:47:45 +1100
commitca7bc7184652be9673045f5d810ec4bd310c120c (patch)
tree30fb308b5cf0e12d614ed7f5870c5bd96bc3b684 /engines/tinsel/savescn.cpp
parent3b71a3a7fbfc5a1c7d039610b4fc73476651c24e (diff)
downloadscummvm-rg350-ca7bc7184652be9673045f5d810ec4bd310c120c.tar.gz
scummvm-rg350-ca7bc7184652be9673045f5d810ec4bd310c120c.tar.bz2
scummvm-rg350-ca7bc7184652be9673045f5d810ec4bd310c120c.zip
TINSEL: Bugfix for restoring DW1 savegames with a saved scene
This happens, for example, when restoring a savegame of the dragon summoning book close-up. After restoring, you couldn't leave the close up.
Diffstat (limited to 'engines/tinsel/savescn.cpp')
-rw-r--r--engines/tinsel/savescn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/savescn.cpp b/engines/tinsel/savescn.cpp
index 89d68a611e..73d587165e 100644
--- a/engines/tinsel/savescn.cpp
+++ b/engines/tinsel/savescn.cpp
@@ -83,7 +83,7 @@ extern SRSTATE SRstate;
// FIXME: Avoid non-const global vars
-static bool ASceneIsSaved = false;
+bool ASceneIsSaved = false;
static int savedSceneCount = 0;