mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
Implement footpath JSON reading
This commit is contained in:
@@ -211,6 +211,10 @@ namespace ObjectFactory
|
||||
{
|
||||
return OBJECT_TYPE_RIDE;
|
||||
}
|
||||
else if (s == "footpath")
|
||||
{
|
||||
return OBJECT_TYPE_PATHS;
|
||||
}
|
||||
else if (s == "park_entrance")
|
||||
{
|
||||
return OBJECT_TYPE_PARK_ENTRANCE;
|
||||
|
||||
Reference in New Issue
Block a user