mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 19:43:06 +01:00
This commit is contained in:
committed by
GitHub
parent
e16a53df1d
commit
86c7dbf1d5
@@ -35,7 +35,7 @@ struct TrackRepositoryItem
|
||||
{
|
||||
std::string Name;
|
||||
std::string Path;
|
||||
uint8_t RideType = 0;
|
||||
uint8_t RideType = RIDE_TYPE_NULL;
|
||||
std::string ObjectEntry;
|
||||
uint32_t Flags = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user