diff options
-rw-r--r-- | scumm/scumm.cpp | 2 |
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; |