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

Add missing ride types to JSON object loader

This commit is contained in:
Michael Steenbeek
2021-01-06 22:30:55 +01:00
committed by GitHub
parent acf71315b5
commit 8a4e44be5e

View File

@@ -1017,6 +1017,11 @@ uint8_t RideObject::ParseRideType(const std::string& s)
{ "mini_rc", RIDE_TYPE_MINI_ROLLER_COASTER },
{ "mine_ride", RIDE_TYPE_MINE_RIDE },
{ "lim_launched_rc", RIDE_TYPE_LIM_LAUNCHED_ROLLER_COASTER },
{ "hypercoaster", RIDE_TYPE_HYPERCOASTER },
{ "hyper_twister", RIDE_TYPE_HYPER_TWISTER },
{ "monster_trucks", RIDE_TYPE_MONSTER_TRUCKS },
{ "spinning_wild_mouse", RIDE_TYPE_SPINNING_WILD_MOUSE },
{ "classic_mini_rc", RIDE_TYPE_CLASSIC_MINI_ROLLER_COASTER },
{ "hybrid_rc", RIDE_TYPE_HYBRID_COASTER },
{ "single_rail_rc", RIDE_TYPE_SINGLE_RAIL_ROLLER_COASTER }
};