1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

Rename pad_ to Pad

This commit is contained in:
Gymnasiast
2023-01-21 16:39:35 +01:00
parent fa7dd95321
commit 3dd895abf7
14 changed files with 125 additions and 125 deletions

View File

@@ -43,9 +43,9 @@ void SceneryGroupObject::ReadLegacy(IReadObjectContext* context, IStream* stream
stream->Seek(6, STREAM_SEEK_CURRENT);
stream->Seek(0x80 * 2, STREAM_SEEK_CURRENT);
stream->Seek(1, STREAM_SEEK_CURRENT); // entry_count
stream->Seek(1, STREAM_SEEK_CURRENT); // pad_107;
stream->Seek(1, STREAM_SEEK_CURRENT); // Pad107;
_legacyType.priority = stream->ReadValue<uint8_t>();
stream->Seek(1, STREAM_SEEK_CURRENT); // pad_109;
stream->Seek(1, STREAM_SEEK_CURRENT); // Pad109;
_legacyType.entertainer_costumes = stream->ReadValue<uint32_t>();
GetStringTable().Read(context, stream, ObjectStringID::NAME);