mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
Clean up boosters, ride_type_null, max rides per entry, formatting
This commit is contained in:
committed by
Michael Steenbeek
parent
08a668bb0d
commit
4059d9e8a7
@@ -498,7 +498,7 @@ private:
|
||||
{
|
||||
stream->WriteValue<uint8>(item.RideCategory[i]);
|
||||
}
|
||||
for (sint32 i = 0; i < 3; i++)
|
||||
for (sint32 i = 0; i < MAX_RIDE_TYPES_PER_RIDE_ENTRY; i++)
|
||||
{
|
||||
stream->WriteValue<uint8>(item.RideType[i]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user