aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorMax Horn2007-02-04 13:04:36 +0000
committerMax Horn2007-02-04 13:04:36 +0000
commit8ae2be31e07c3f783e016e5257ed12335e2285e8 (patch)
tree58e22411455602e4ffb48dff2bd8f14cb29708bd /base
parent5b65897cd3d4a197fe167b19afb4d931359c2462 (diff)
downloadscummvm-rg350-8ae2be31e07c3f783e016e5257ed12335e2285e8.tar.gz
scummvm-rg350-8ae2be31e07c3f783e016e5257ed12335e2285e8.tar.bz2
scummvm-rg350-8ae2be31e07c3f783e016e5257ed12335e2285e8.zip
Don't add '.' to the search dirs as a last fallback. Fixes bug #1597208
svn-id: r25382
Diffstat (limited to 'base')
-rw-r--r--base/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/main.cpp b/base/main.cpp
index 04a621aaf3..4a42b5bf01 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -186,9 +186,6 @@ static int runGame(const Plugin *plugin, OSystem &system, const Common::String &
if (ConfMan.hasKey("extrapath", Common::ConfigManager::kApplicationDomain))
Common::File::addDefaultDirectoryRecursive(ConfMan.get("extrapath", Common::ConfigManager::kApplicationDomain));
- // As a last resort add current directory
- Common::File::addDefaultDirectory(".");
-
// On creation the engine should've set up all debug levels so we can use
// the command line arugments here
Common::enableSpecialDebugLevelList(edebuglevels);