1
0
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:
Gymnasiast
2017-06-14 15:08:56 +02:00
committed by Michael Steenbeek
parent 08a668bb0d
commit 4059d9e8a7
10 changed files with 43 additions and 30 deletions

View File

@@ -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]);
}