From cace3577d9d60cf714f9f5b41fe81b6a90426614 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 2 Aug 2004 06:21:00 +0000 Subject: init _arraySlot svn-id: r14431 --- scumm/scumm.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scumm') 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; -- cgit v1.2.3