mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 07:14:31 +01:00
Rename ZIP_ACCESS and its members
This commit is contained in:
@@ -433,7 +433,7 @@ namespace OpenRCT2::ObjectFactory
|
||||
{
|
||||
try
|
||||
{
|
||||
auto archive = Zip::Open(path, ZIP_ACCESS::READ);
|
||||
auto archive = Zip::Open(path, ZipAccess::read);
|
||||
auto jsonBytes = archive->GetFileData("object.json");
|
||||
if (jsonBytes.empty())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user