mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
Actually make Spinning control track behave as such for Steel Wild Mouse
This commit is contained in:
@@ -8108,7 +8108,8 @@ bool Vehicle::UpdateTrackMotionForwardsGetNewTrack(uint16_t trackType, Ride* cur
|
||||
if (curRide != nullptr)
|
||||
{
|
||||
uint16_t rideType = curRide->type;
|
||||
if (trackType == TrackElemType::RotationControlToggle && rideType == RIDE_TYPE_SPINNING_WILD_MOUSE)
|
||||
if (trackType == TrackElemType::RotationControlToggle
|
||||
&& (rideType == RIDE_TYPE_SPINNING_WILD_MOUSE || rideType == RIDE_TYPE_STEEL_WILD_MOUSE))
|
||||
{
|
||||
update_flags ^= VEHICLE_UPDATE_FLAG_ROTATION_OFF_WILD_MOUSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user