Avoid toilets selling balloons

This commit is contained in:
Michael Steenbeek 2017-12-05 15:39:31 +01:00 committed by Gymnasiast
parent e3b202989f
commit 7d3489a151
1 changed files with 3 additions and 0 deletions

View File

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