aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2005-02-24 07:43:29 +0000
committerTravis Howell2005-02-24 07:43:29 +0000
commit88a70e46b82e528ca35dfd130d9bc2ae35fd590a (patch)
treee0697308fe2d0c33aaaa3cc16fc9d7be47bf8bb6
parentdcb22ee2161c49830b35ff79dff13decbcadafcf (diff)
downloadscummvm-rg350-88a70e46b82e528ca35dfd130d9bc2ae35fd590a.tar.gz
scummvm-rg350-88a70e46b82e528ca35dfd130d9bc2ae35fd590a.tar.bz2
scummvm-rg350-88a70e46b82e528ca35dfd130d9bc2ae35fd590a.zip
init vars
svn-id: r16891
-rw-r--r--scumm/scumm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index eaf020374d..f820b1355b 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -690,6 +690,8 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
_bootParam = 0;
_dumpScripts = false;
_debugMode = 0;
+ _heV7DiskOffsets = NULL;
+ _heV7RoomOffsets = NULL;
_objectOwnerTable = NULL;
_objectRoomTable = NULL;
_objectStateTable = NULL;