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:
@@ -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) }))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user