1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Use correct directory base

This commit is contained in:
Ted John
2016-12-12 02:06:20 +00:00
parent 7811987ad1
commit 3e21e56b9e
3 changed files with 4 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ public:
void Scan() override
{
std::string rct2Directory = _env->GetDirectoryPath(DIRBASE::RCT2, DIRID::TRACK);
std::string userDirectory = _env->GetDirectoryPath(DIRBASE::OPENRCT2, DIRID::TRACK);
std::string userDirectory = _env->GetDirectoryPath(DIRBASE::USER, DIRID::TRACK);
_items.clear();
_directoryQueryResult = { 0 };