mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 19: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
@@ -79,7 +79,7 @@ class ObjectFileIndex final : public FileIndex<ObjectRepositoryItem>
|
||||
{
|
||||
private:
|
||||
static constexpr uint32_t MAGIC_NUMBER = 0x5844494F; // OIDX
|
||||
static constexpr uint16_t VERSION = 28;
|
||||
static constexpr uint16_t VERSION = 29;
|
||||
static constexpr auto PATTERN = "*.dat;*.pob;*.json;*.parkobj";
|
||||
|
||||
IObjectRepository& _objectRepository;
|
||||
|
||||
Reference in New Issue
Block a user