mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Use ride_type_t instead of uint8_t in more places (#17803)
Part of preparation for making ride types into objects.
This commit is contained in:
committed by
GitHub
parent
6aabe38590
commit
d9e23e9dfa
@@ -283,7 +283,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
const std::vector<ObjectEntryIndex>& GetAllRideEntries(uint8_t rideType) override
|
||||
const std::vector<ObjectEntryIndex>& GetAllRideEntries(ride_type_t rideType) override
|
||||
{
|
||||
if (rideType >= RIDE_TYPE_COUNT)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user