aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/composer/detection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index 01ae333d13..2ecd8bacd4 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -63,6 +63,7 @@ void ComposerEngine::getConfigFile(Common::String &configFile) const {
configFile = res->fileName;
return;
}
+ res++;
}
// default config file name
configFile = "book.ini";