From 88a70e46b82e528ca35dfd130d9bc2ae35fd590a Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 24 Feb 2005 07:43:29 +0000 Subject: [PATCH] init vars svn-id: r16891 --- scumm/scumm.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index eaf020374d2..f820b1355b7 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;