mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 04:23:20 +01:00
Add JSON loading for small scenery
This commit is contained in:
@@ -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_small") return OBJECT_TYPE_SMALL_SCENERY;
|
||||
if (s == "scenery_large") return OBJECT_TYPE_LARGE_SCENERY;
|
||||
if (s == "scenery_wall") return OBJECT_TYPE_WALLS;
|
||||
if (s == "scenery_group") return OBJECT_TYPE_SCENERY_GROUP;
|
||||
|
||||
Reference in New Issue
Block a user