1
0
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:
Gymnasiast
2025-03-26 12:00:43 +01:00
parent b26a2953d7
commit 8d57f4d193
7 changed files with 26 additions and 26 deletions

View File

@@ -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())
{