1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 05:23:04 +01:00

Remove loading of JSON legacy footpaths

This commit is contained in:
Gymnasiast
2021-11-13 18:21:39 +01:00
parent 34128dc262
commit efd9cc420b
2 changed files with 0 additions and 29 deletions

View File

@@ -377,8 +377,6 @@ namespace ObjectFactory
{
if (s == "ride")
return ObjectType::Ride;
if (s == "footpath")
return ObjectType::Paths;
if (s == "footpath_banner")
return ObjectType::Banners;
if (s == "footpath_item")