aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/main.cpp')
-rw-r--r--base/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index a15380a28c..d2856feb81 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -368,7 +368,7 @@ extern "C" int scummvm_main(int argc, char *argv[]) {
#ifndef _WIN32_WCE
GameDetector detector;
#endif
- detector.processSettings(settings);
+ detector.processSettings(command, settings);
#ifdef __SYMBIAN32__
// init keymap support here: we wanna move this somewhere else?