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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user