diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 6e2a072adc..c33d47bade 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -3,6 +3,7 @@ - Feature: [#15660] Ability to show window buttons on the left. - Feature: [OpenMusic#41] Official Title Theme by Allister Brimble. - Improved: [#20200] Allow audio files to play to up to 44100hz sample rate (from 22050hz). +- Improved: [#20243] Add new colour preset to Side Friction Roller Coaster (using the new colours). - Change: [#20110] Fix a few RCT1 build height parity discrepancies. - Fix: [#6152] Camera and UI are no longer locked at 40hz providing a smoother experience. - Fix: [#19823] Parkobj, disallow overriding objects of different object types. diff --git a/src/openrct2/ride/coaster/meta/SideFrictionRollerCoaster.h b/src/openrct2/ride/coaster/meta/SideFrictionRollerCoaster.h index 5032b9d6a1..e5a94ab012 100644 --- a/src/openrct2/ride/coaster/meta/SideFrictionRollerCoaster.h +++ b/src/openrct2/ride/coaster/meta/SideFrictionRollerCoaster.h @@ -49,6 +49,7 @@ constexpr const RideTypeDescriptor SideFrictionRollerCoasterRTD = { COLOUR_WHITE, COLOUR_DARK_BROWN, COLOUR_WHITE }, { COLOUR_SATURATED_BROWN, COLOUR_WHITE, COLOUR_SATURATED_BROWN }, { COLOUR_DARK_BROWN, COLOUR_LIGHT_BROWN, COLOUR_DARK_BROWN }, + { COLOUR_WHITE, COLOUR_DULL_GREEN_DARK, COLOUR_WHITE }, // Leap-The-Dips )), SET_FIELD(ColourPreview, { SPR_RIDE_DESIGN_PREVIEW_SIDE_FRICTION_ROLLER_COASTER_TRACK, SPR_RIDE_DESIGN_PREVIEW_SIDE_FRICTION_ROLLER_COASTER_SUPPORTS }), SET_FIELD(ColourKey, RideColourKey::Ride),