mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Avoid toilets selling balloons
This commit is contained in:
committed by
Gymnasiast
parent
e3b202989f
commit
7d3489a151
@@ -558,6 +558,9 @@ void RideObject::ReadJson(IReadObjectContext * context, const json_t * root)
|
||||
_legacyType.ride_type[1] = RIDE_TYPE_NULL;
|
||||
_legacyType.ride_type[2] = RIDE_TYPE_NULL;
|
||||
|
||||
_legacyType.shop_item = SHOP_ITEM_NONE;
|
||||
_legacyType.shop_item_secondary = SHOP_ITEM_NONE;
|
||||
|
||||
if (String::Equals(rideType, "stall"))
|
||||
{
|
||||
_legacyType.category[0] = RIDE_CATEGORY_SHOP;
|
||||
|
||||
Reference in New Issue
Block a user