1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 02:45:31 +00:00

Merge remote-tracking branch 'ace/win-fix'

This commit is contained in:
Marc Zinnschlag 2013-12-29 14:50:09 +01:00
commit 56a80da70c

View file

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