diff options
| author | Travis Howell | 2004-08-02 06:21:00 +0000 | 
|---|---|---|
| committer | Travis Howell | 2004-08-02 06:21:00 +0000 | 
| commit | cace3577d9d60cf714f9f5b41fe81b6a90426614 (patch) | |
| tree | 9d1c1147d66ad0d087e9c53f5f41dca7906605fa | |
| parent | c5446494b848c5cb3ede7a6b17f5c85efa6040ad (diff) | |
| download | scummvm-rg350-cace3577d9d60cf714f9f5b41fe81b6a90426614.tar.gz scummvm-rg350-cace3577d9d60cf714f9f5b41fe81b6a90426614.tar.bz2 scummvm-rg350-cace3577d9d60cf714f9f5b41fe81b6a90426614.zip  | |
init _arraySlot
svn-id: r14431
| -rw-r--r-- | scumm/scumm.cpp | 1 | 
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;  | 
