1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Remove rideCategory field from ObjectRepositoryItem struct

This commit is contained in:
discollizard
2025-03-11 13:36:17 -03:00
committed by GitHub
parent b29fb512fd
commit bef76d5017
3 changed files with 1 additions and 14 deletions

View File

@@ -53,7 +53,6 @@ struct ObjectRepositoryItem
struct
{
uint8_t RideFlags;
RideCategory rideCategory[OpenRCT2::RCT2::ObjectLimits::kMaxCategoriesPerRide];
ride_type_t RideType[OpenRCT2::RCT2::ObjectLimits::kMaxRideTypesPerRideEntry];
} RideInfo;
struct