1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-02 19:56:13 +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

@@ -85,7 +85,7 @@ void RideObject::ReadLegacy(IReadObjectContext* context, IStream* stream)
_legacyType.ThirdCar = stream->ReadValue<uint8_t>();
_legacyType.BuildMenuPriority = 0;
// Skip pad_019
// Skip Pad019
stream->Seek(1, STREAM_SEEK_CURRENT);
for (auto& carEntry : _legacyType.Cars)