From d3503b34330da666cfd67fa5e1c50f665c5bd590 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Fri, 21 May 2021 08:49:13 +0200 Subject: [PATCH] Fix references to old railings names --- src/openrct2/rct2/RCT2.cpp | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/openrct2/rct2/RCT2.cpp b/src/openrct2/rct2/RCT2.cpp index 20b6ad4c2c..75c3657a43 100644 --- a/src/openrct2/rct2/RCT2.cpp +++ b/src/openrct2/rct2/RCT2.cpp @@ -179,15 +179,18 @@ static FootpathMapping _footpathMappings[] = { { "TARMAC ", "rct2.footpath_surface.tarmac", "rct2.footpath_surface.queue_blue", "rct2.footpath_railings.wood" }, // Time Twister { "1920PATH", "rct2tt.footpath_surface.pavement", "rct2tt.footpath_surface.queue_pavement", - "rct2tt.pathrailings.pavement" }, + "rct2tt.footpath_railings.pavement" }, { "FUTRPATH", "rct2tt.footpath_surface.circuitboard", "rct2tt.footpath_surface.queue_circuitboard", - "rct2tt.pathrailings.circuitboard" }, + "rct2tt.footpath_railings.circuitboard" }, { "FUTRPAT2", "rct2tt.footpath_surface.circuitboard", "rct2tt.footpath_surface.queue_circuitboard", "openrct2.footpath_railings.invisible" }, - { "JURRPATH", "rct2tt.footpath_surface.rocky", "rct2.footpath_surface.queue_yellow", "rct2tt.pathrailings.rocky" }, - { "MEDIPATH", "rct2tt.footpath_surface.medieval", "rct2.footpath_surface.queue_yellow", "rct2tt.pathrailings.medieval" }, - { "MYTHPATH", "rct2tt.footpath_surface.mosaic", "rct2.footpath_surface.queue_yellow", "rct2tt.pathrailings.balustrade" }, - { "RANBPATH", "rct2tt.footpath_surface.rainbow", "rct2tt.footpath_surface.queue_rainbow", "rct2tt.pathrailings.rainbow" }, + { "JURRPATH", "rct2tt.footpath_surface.rocky", "rct2.footpath_surface.queue_yellow", "rct2tt.footpath_railings.rocky" }, + { "MEDIPATH", "rct2tt.footpath_surface.medieval", "rct2.footpath_surface.queue_yellow", + "rct2tt.footpath_railings.medieval" }, + { "MYTHPATH", "rct2tt.footpath_surface.mosaic", "rct2.footpath_surface.queue_yellow", + "rct2tt.footpath_railings.balustrade" }, + { "RANBPATH", "rct2tt.footpath_surface.rainbow", "rct2tt.footpath_surface.queue_rainbow", + "rct2tt.footpath_railings.rainbow" }, // RCT 1 mappings (for reverse lookup) { "PATHASH ", "rct1aa.footpath_surface.ash", "rct1aa.footpath_surface.queue_yellow",