aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-08-02 06:21:00 +0000
committerTravis Howell2004-08-02 06:21:00 +0000
commitcace3577d9d60cf714f9f5b41fe81b6a90426614 (patch)
tree9d1c1147d66ad0d087e9c53f5f41dca7906605fa /scumm/scumm.cpp
parentc5446494b848c5cb3ede7a6b17f5c85efa6040ad (diff)
downloadscummvm-rg350-cace3577d9d60cf714f9f5b41fe81b6a90426614.tar.gz
scummvm-rg350-cace3577d9d60cf714f9f5b41fe81b6a90426614.tar.bz2
scummvm-rg350-cace3577d9d60cf714f9f5b41fe81b6a90426614.zip
init _arraySlot
svn-id: r14431
Diffstat (limited to 'scumm/scumm.cpp')
-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;