1
0
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:
Michael Steenbeek
2022-09-01 12:57:32 +02:00
committed by GitHub
parent 6ec8a3a9ee
commit 027482cbcf

View File

@@ -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),