diff --git a/BBGE/Core.cpp b/BBGE/Core.cpp index d521236..16af6c9 100644 --- a/BBGE/Core.cpp +++ b/BBGE/Core.cpp @@ -4876,7 +4876,10 @@ void Core::setupFileAccess() //vfs.AddArchive("aqfiles.zip", false, ""); if(_extraDataDir.length()) + { + debugLog("Mounting extra data dir: " + _extraDataDir); vfs.MountExternalPath(_extraDataDir.c_str(), "", true, true); + } debugLog("Done");