From 5c75ec90e7f84c8c1d6696cede2af08720d30276 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 28 Jul 2003 16:56:52 +0000 Subject: no need to zero these variables twice svn-id: r9254 --- scumm/scummvm.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'scumm/scummvm.cpp') diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index dc74da8d3d..e6572f3497 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -551,12 +551,6 @@ Scumm::Scumm (GameDetector *detector, OSystem *syst) _use_adlib = detector->_use_adlib; _language = detector->_language; memset(&res, 0, sizeof(res)); - _allocatedSize = 0; - _roomResource = 0; - _lastLoadedRoom = 0; - _expire_counter = 0; - _dynamicRoomOffsets = 0; - _shakeEnabled = false; _hexdumpScripts = false; _showStack = false; -- cgit v1.2.3