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:
parent
65bb902be9
commit
b9658b5960
1 changed files with 1 additions and 1 deletions
|
@ -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(".");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue