Do not use addDefaultDirectoryRecursive to add 'path', rather use the non-recurseive addDefaultDirectory (see also bug #1672098)

svn-id: r25922
This commit is contained in:
Max Horn 2007-03-02 12:57:38 +00:00
parent 65bb902be9
commit b9658b5960

View file

@ -175,7 +175,7 @@ static int runGame(const Plugin *plugin, OSystem &system, const Common::String &
}
if (ConfMan.hasKey("path"))
Common::File::addDefaultDirectoryRecursive(ConfMan.get("path"));
Common::File::addDefaultDirectory(ConfMan.get("path"));
else
Common::File::addDefaultDirectory(".");