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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user