aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/cine.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2006-11-08 21:46:57 +0000
committerEugene Sandulenko2006-11-08 21:46:57 +0000
commit5e5bba4397c7440dd04b559e00328e1732f1b971 (patch)
tree7b92c10f6e54b91dd9a160f7d751f44531503f6e /engines/cine/cine.cpp
parentff14e19552e7fb1406071c785dbe3fd4cd40b95e (diff)
downloadscummvm-rg350-5e5bba4397c7440dd04b559e00328e1732f1b971.tar.gz
scummvm-rg350-5e5bba4397c7440dd04b559e00328e1732f1b971.tar.bz2
scummvm-rg350-5e5bba4397c7440dd04b559e00328e1732f1b971.zip
Fix bug #1579776: "FW: Save does not work properly"
svn-id: r24659
Diffstat (limited to 'engines/cine/cine.cpp')
-rw-r--r--engines/cine/cine.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cine/cine.cpp b/engines/cine/cine.cpp
index 58c957e77d..1b094af523 100644
--- a/engines/cine/cine.cpp
+++ b/engines/cine/cine.cpp
@@ -35,6 +35,7 @@
#include "sound/mixer.h"
#include "cine/cine.h"
+#include "cine/bg_list.h"
#include "cine/main_loop.h"
#include "cine/object.h"
#include "cine/sfx_player.h"
@@ -177,7 +178,7 @@ static void initialize() {
overlayHead.previous = NULL;
var8 = 0;
- var9 = NULL;
+ bgIncrustList = NULL;
objScriptList.next = NULL;
globalScriptsHead.next = NULL;