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 434a7b7b83..4245e6c3b1 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -186,7 +186,7 @@ static int runGame(const EnginePlugin *plugin, OSystem &system, const Common::St
// found this issue on lost-win-demo at first. Thus, in commit 34450, searching the
// game path was made recursive as a temporary fix/workaround.
dir = Common::FSNode(path);
- SearchMan.addDirectory(dir.getPath(), dir);
+ SearchMan.addDirectory(dir.getPath(), dir, 0, 4);
// Add extrapath (if any) to the directory search list
if (ConfMan.hasKey("extrapath")) {