1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 13:03:11 +01:00

Load images from OBJDATA DATs

This commit is contained in:
Ted John
2017-12-06 20:28:41 +00:00
committed by Gymnasiast
parent 773ab868fe
commit 5eba067aba
3 changed files with 53 additions and 4 deletions

View File

@@ -90,8 +90,8 @@ public:
env->GetFilePath(PATHID::CACHE_OBJECTS),
std::string(PATTERN),
std::vector<std::string>({
env->GetDirectoryPath(DIRBASE::RCT2, DIRID::OBJECT),
env->GetDirectoryPath(DIRBASE::USER, DIRID::OBJECT) }))
env->GetDirectoryPath(DIRBASE::USER, DIRID::OBJECT),
env->GetDirectoryPath(DIRBASE::RCT2, DIRID::OBJECT) }))
{
}