From 027482cbcf879ef87b50781591352e6a1a4b7a72 Mon Sep 17 00:00:00 2001 From: Michael Steenbeek Date: Thu, 1 Sep 2022 12:57:32 +0200 Subject: [PATCH] Fix UpdateRotating function for the Motion Simulator --- src/openrct2/ride/thrill/meta/MotionSimulator.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/openrct2/ride/thrill/meta/MotionSimulator.h b/src/openrct2/ride/thrill/meta/MotionSimulator.h index 71d59b93f4..c0d054bb51 100644 --- a/src/openrct2/ride/thrill/meta/MotionSimulator.h +++ b/src/openrct2/ride/thrill/meta/MotionSimulator.h @@ -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),