mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 08:25:35 +00:00
cleanup
svn-id: r29795
This commit is contained in:
parent
5ebdedc75e
commit
87fadf6b45
@ -2080,7 +2080,7 @@ Common::EncapsulatedADGameDesc fallbackDetector(const FSList *fslist) {
|
|||||||
|
|
||||||
// Use the current directory for searching if fslist == NULL
|
// Use the current directory for searching if fslist == NULL
|
||||||
if (fslist == NULL) {
|
if (fslist == NULL) {
|
||||||
Common::String path = ConfMan.get("path").c_str();
|
Common::String path = ConfMan.get("path");
|
||||||
|
|
||||||
if (path.empty())
|
if (path.empty())
|
||||||
path = ".";
|
path = ".";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user