aboutsummaryrefslogtreecommitdiff
path: root/gameDetector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gameDetector.cpp')
-rw-r--r--gameDetector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gameDetector.cpp b/gameDetector.cpp
index 827a2b5bdc..af6892b87f 100644
--- a/gameDetector.cpp
+++ b/gameDetector.cpp
@@ -197,7 +197,7 @@ void GameDetector::parseCommandLine(int argc, char **argv)
case 'm':
HANDLE_OPTION();
_music_volume = atoi(option);
- scummcfg->set("music_volume", _music_volume, "scummvm");
+ scummcfg->set("music_volume", _music_volume);
break;
case 'n':
CHECK_OPTION();
@@ -217,7 +217,7 @@ void GameDetector::parseCommandLine(int argc, char **argv)
case 's':
HANDLE_OPTION();
_sfx_volume = atoi(option);
- scummcfg->set("sfx_volume", _sfx_volume, "scummvm");
+ scummcfg->set("sfx_volume", _sfx_volume);
break;
case 't':
HANDLE_OPTION();