From 3e77adc169a749bdb258ae1dec7e84d9c2e78085 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek <1478678+Gymnasiast@users.noreply.github.com> Date: Fri, 31 May 2024 14:11:37 +0200 Subject: [PATCH] Fix support type of Monorail Cycles (#22135) --- src/openrct2/ride/gentle/MonorailCycles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/ride/gentle/MonorailCycles.cpp b/src/openrct2/ride/gentle/MonorailCycles.cpp index e7c0eada45..f46c3b2659 100644 --- a/src/openrct2/ride/gentle/MonorailCycles.cpp +++ b/src/openrct2/ride/gentle/MonorailCycles.cpp @@ -19,7 +19,7 @@ #include "../TrackPaint.h" #include "../VehiclePaint.h" -static constexpr MetalSupportType kSupportType = MetalSupportType::Tubes; +static constexpr MetalSupportType kSupportType = MetalSupportType::Stick; enum {