mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 05:23:04 +01:00
Fix UpdateRotating function for the Motion Simulator
This commit is contained in:
committed by
GitHub
parent
6ec8a3a9ee
commit
027482cbcf
@@ -50,6 +50,7 @@ constexpr const RideTypeDescriptor MotionSimulatorRTD =
|
||||
SET_FIELD(ColourPreview, { 0, 0 }),
|
||||
SET_FIELD(ColourKey, RideColourKey::Ride),
|
||||
SET_FIELD(Name, "motion_simulator"),
|
||||
SET_FIELD(UpdateRotating, UpdateRotatingDefault),
|
||||
SET_FIELD(LightFXAddLightsMagicVehicle, nullptr),
|
||||
SET_FIELD(StartRideMusic, OpenRCT2::RideAudio::DefaultStartRideMusicChannel),
|
||||
SET_FIELD(DesignCreateMode, TrackDesignCreateMode::Default),
|
||||
|
||||
Reference in New Issue
Block a user