1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 09:44:52 +01:00

Add JSON loading for footpath banners

This commit is contained in:
Ted John
2017-12-11 22:01:56 +00:00
committed by Gymnasiast
parent ec446ac9d6
commit 12d2523752
5 changed files with 30 additions and 9 deletions

View File

@@ -209,6 +209,7 @@ namespace ObjectFactory
{
if (s == "ride") return OBJECT_TYPE_RIDE;
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 == "park_entrance") return OBJECT_TYPE_PARK_ENTRANCE;
return 0xFF;