aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scummvm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scummvm.cpp b/scummvm.cpp
index 484eaf5ae6..56eada213a 100644
--- a/scummvm.cpp
+++ b/scummvm.cpp
@@ -199,9 +199,9 @@ void Scumm::scummMain(int argc, char **argv) {
_minHeapThreshold = 400000;
_gameDataPath = NULL;
- _gameTempo = 0;
+ _gameTempo = 0;
_videoMode = 0;
-
+ _soundCardType = 3;
parseCommandLine(argc, argv);
if (_exe_name==NULL)