1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00

Fix #7854: Cannot build custom Spiral RC; dummy entries in track designs list (#10814)

This commit is contained in:
Michael Steenbeek
2020-02-22 19:06:57 +01:00
committed by GitHub
parent e16a53df1d
commit 86c7dbf1d5
3 changed files with 11 additions and 9 deletions

View File

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