init vars

svn-id: r16891
This commit is contained in:
Travis Howell 2005-02-24 07:43:29 +00:00
parent dcb22ee216
commit 88a70e46b8

View File

@ -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;