1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Remove noSlopeRailings for legacy footpaths (unused)

This commit is contained in:
Gymnasiast
2021-08-29 15:48:17 +02:00
parent 30384788e5
commit c81cc63b36

View File

@@ -100,7 +100,6 @@ void FootpathObject::ReadJson(IReadObjectContext* context, json_t& root)
{ "hasSupportImages", RAILING_ENTRY_FLAG_HAS_SUPPORT_BASE_SPRITE },
{ "hasElevatedPathImages", RAILING_ENTRY_FLAG_DRAW_PATH_OVER_SUPPORTS },
{ "editorOnly", FOOTPATH_ENTRY_FLAG_SHOW_ONLY_IN_SCENARIO_EDITOR },
{ "noSlopeRailings", FOOTPATH_ENTRY_FLAG_NO_SLOPE_RAILINGS },
});
}