1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Add JSON loading for scenery groups

This commit is contained in:
Ted John
2017-12-14 18:43:59 +00:00
committed by Gymnasiast
parent 3ead0f4289
commit ede51ded86
7 changed files with 135 additions and 20 deletions

View File

@@ -211,6 +211,7 @@ namespace ObjectFactory
if (s == "footpath") return OBJECT_TYPE_PATHS;
if (s == "footpath_banner") return OBJECT_TYPE_BANNERS;
if (s == "footpath_item") return OBJECT_TYPE_PATH_BITS;
if (s == "scenery_group") return OBJECT_TYPE_SCENERY_GROUP;
if (s == "park_entrance") return OBJECT_TYPE_PARK_ENTRANCE;
if (s == "water") return OBJECT_TYPE_WATER;
return 0xFF;