1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-03 13:39:40 +00:00

Quick build fix for windows

This commit is contained in:
Alexander "Ace" Olofsson 2013-12-28 18:16:01 +01:00
parent f1be4656ec
commit b50151cb38

View file

@ -69,12 +69,12 @@ boost::filesystem::path WindowsPath::getLocalPath() const
boost::filesystem::path WindowsPath::getGlobalDataPath() const boost::filesystem::path WindowsPath::getGlobalDataPath() const
{ {
return getGlobalPath(); return getGlobalConfigPath();
} }
boost::filesystem::path WindowsPath::getCachePath() const boost::filesystem::path WindowsPath::getCachePath() const
{ {
return getUserPath() / "cache"; return getUserConfigPath() / "cache";
} }
boost::filesystem::path WindowsPath::getInstallPath() const boost::filesystem::path WindowsPath::getInstallPath() const