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

Remove snake_case from Class names OpenRCT2/Ride*-S* (#19232)

* Remove snake_case from Class names OpenRCT2/Ride*-S*

* Clang format
This commit is contained in:
Duncan
2023-01-20 20:58:55 +00:00
committed by GitHub
parent cf9aad7885
commit 7d08372c80
71 changed files with 271 additions and 277 deletions

View File

@@ -521,7 +521,7 @@ private:
// Encode data
ObjectType objectType = entry->GetType();
sawyercoding_chunk_header chunkHeader;
SawyerCodingChunkHeader chunkHeader;
chunkHeader.encoding = object_entry_group_encoding[EnumValue(objectType)];
chunkHeader.length = static_cast<uint32_t>(dataSize);
uint8_t* encodedDataBuffer = Memory::Allocate<uint8_t>(0x600000);