1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix support type of Monorail Cycles (#22135)

This commit is contained in:
Michael Steenbeek
2024-05-31 14:11:37 +02:00
committed by GitHub
parent a177938fdb
commit 3e77adc169

View File

@@ -19,7 +19,7 @@
#include "../TrackPaint.h"
#include "../VehiclePaint.h"
static constexpr MetalSupportType kSupportType = MetalSupportType::Tubes;
static constexpr MetalSupportType kSupportType = MetalSupportType::Stick;
enum
{