aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-13 23:33:01 +0000
committerMax Horn2003-05-13 23:33:01 +0000
commit0ee0e7f6347def3b9b32f62f37584a3a19131913 (patch)
treef3e48da06db97397210f2c6f85ad1ec1c4024e59 /scumm/scummvm.cpp
parent796fa748062564b4bf1993b6a150ce1d2da91259 (diff)
downloadscummvm-rg350-0ee0e7f6347def3b9b32f62f37584a3a19131913.tar.gz
scummvm-rg350-0ee0e7f6347def3b9b32f62f37584a3a19131913.tar.bz2
scummvm-rg350-0ee0e7f6347def3b9b32f62f37584a3a19131913.zip
cleanup
svn-id: r7488
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 89fb54ef3d..4c4ce18bdd 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -252,7 +252,6 @@ Scumm::Scumm (GameDetector *detector, OSystem *syst)
_bootParam = 0;
_dumpScripts = false;
_debugMode = 0;
- _soundCardType = 0;
_language = 0;
_objectOwnerTable = NULL;
_objectRoomTable = NULL;
@@ -534,9 +533,9 @@ Scumm::Scumm (GameDetector *detector, OSystem *syst)
_lastLoadedRoom = 0;
_expire_counter = 0;
_dynamicRoomOffsets = 0;
- _shakeEnabled = 0;
- _hexdumpScripts = 0;
- _showStack = 0;
+ _shakeEnabled = false;
+ _hexdumpScripts = false;
+ _showStack = false;
if (_gameId == GID_ZAK256) { // FmTowns is 320x240
_screenWidth = 320;