forked from mirror/openmw-tes3mp
Quick build fix for windows
This commit is contained in:
parent
f1be4656ec
commit
b50151cb38
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue