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:
committed by
GitHub
parent
a177938fdb
commit
3e77adc169
@@ -19,7 +19,7 @@
|
||||
#include "../TrackPaint.h"
|
||||
#include "../VehiclePaint.h"
|
||||
|
||||
static constexpr MetalSupportType kSupportType = MetalSupportType::Tubes;
|
||||
static constexpr MetalSupportType kSupportType = MetalSupportType::Stick;
|
||||
|
||||
enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user