1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 17:54:50 +01:00

Rename members of RCT2::EntityListId

This commit is contained in:
Gymnasiast
2025-10-07 20:00:30 +02:00
parent cce7975115
commit 0fd3b68749

View File

@@ -82,7 +82,7 @@ namespace OpenRCT2::RCT2
enum class EntityListId : uint8_t
{
Count = 6,
count = 6,
};
#pragma pack(push, 1)
/**
@@ -833,8 +833,8 @@ namespace OpenRCT2::RCT2
// SC6[6]
uint32_t NextFreeTileElementPointerIndex;
Entity Entities[Limits::kMaxEntitiesRCTCExtended];
uint16_t EntityListsHead[EnumValue(EntityListId::Count)];
uint16_t EntityListsCount[EnumValue(EntityListId::Count)];
uint16_t EntityListsHead[EnumValue(EntityListId::count)];
uint16_t EntityListsCount[EnumValue(EntityListId::count)];
StringId ParkName;
uint8_t Pad013573D6[2];
uint32_t ParkNameArgs;