aboutsummaryrefslogtreecommitdiff
path: root/gameDetector.cpp
diff options
context:
space:
mode:
authorJames Brown2002-05-03 18:05:33 +0000
committerJames Brown2002-05-03 18:05:33 +0000
commit9419cef7a1826fb59aba5cfa7d36107a8cf93187 (patch)
tree229bd4066a5e1d0e8ec45aa72c43cb14b88bc8ed /gameDetector.cpp
parentb591920ea91b60e895ceb13d32709269496ccd8c (diff)
downloadscummvm-rg350-9419cef7a1826fb59aba5cfa7d36107a8cf93187.tar.gz
scummvm-rg350-9419cef7a1826fb59aba5cfa7d36107a8cf93187.tar.bz2
scummvm-rg350-9419cef7a1826fb59aba5cfa7d36107a8cf93187.zip
REALLY fix -m. For sure. Trust me. :)
svn-id: r4181
Diffstat (limited to 'gameDetector.cpp')
-rw-r--r--gameDetector.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gameDetector.cpp b/gameDetector.cpp
index ce233f908f..827a2b5bdc 100644
--- a/gameDetector.cpp
+++ b/gameDetector.cpp
@@ -463,6 +463,7 @@ int GameDetector::detectMain(int argc, char **argv)
_gfx_mode = GFX_NORMAL;
#endif
_sfx_volume = 100;
+ _music_volume = 60;
#if defined(USE_NULL_DRIVER)
_gfx_driver = GD_NULL;
@@ -493,7 +494,7 @@ int GameDetector::detectMain(int argc, char **argv)
#else
_saveconfig = false;
updateconfig();
- parseCommandLine(argc, argv);
+ parseCommandLine(argc, argv);
#endif
if (_exe_name == NULL) {