forked from teamnwah/openmw-tes3coop
Merge remote-tracking branch 'ace/win-fix'
This commit is contained in:
commit
56a80da70c
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
|
||||
{
|
||||
return getGlobalPath();
|
||||
return getGlobalConfigPath();
|
||||
}
|
||||
|
||||
boost::filesystem::path WindowsPath::getCachePath() const
|
||||
{
|
||||
return getUserPath() / "cache";
|
||||
return getUserConfigPath() / "cache";
|
||||
}
|
||||
|
||||
boost::filesystem::path WindowsPath::getInstallPath() const
|
||||
|
|
Loading…
Reference in a new issue