aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index ee36e5cbbc..a9c5ce7e17 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -469,6 +469,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
_versionDialog = NULL;
_fastMode = 0;
_actors = NULL;
+ _arraySlot = NULL;
_inventory = NULL;
_newNames = NULL;
_scummVars = NULL;