1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-25 15:54:31 +01:00

Fix #17464: Green Tarmac footpath does not show up in Track Designer

This commit is contained in:
Henry Cheng
2022-07-02 06:29:41 -04:00
committed by GitHub
parent f173ee0d89
commit 2246851f6b
2 changed files with 2 additions and 1 deletions

View File

@@ -152,6 +152,7 @@ const std::string_view DesignerSelectedObjects[] = {
"rct2.footpath_surface.tarmac",
"rct2.footpath_surface.tarmac_brown",
"rct2.footpath_surface.tarmac_red",
"rct2.footpath_surface.tarmac_green",
"rct2.footpath_surface.dirt",
"rct2.footpath_surface.crazy_paving",
"rct2.footpath_surface.ash",