From 35674ac627ef6394d48857b4939e46bddfa2e1ec Mon Sep 17 00:00:00 2001 From: Rik Smeets <30838294+rik-smeets@users.noreply.github.com> Date: Mon, 17 Apr 2023 11:49:30 +0200 Subject: [PATCH] Add Spiral Slide pallette (#19952) --- distribution/changelog.txt | 3 ++- src/openrct2/ride/gentle/meta/SpiralSlide.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 1559d4b872..aa56667a41 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -10,7 +10,8 @@ - Improved: [#19764] Miscellaneous scenery tab now grouped next to the all-scenery tab. - Improved: [#19830] “Highlight path issues” will now hide wall elements. - Improved: [#19905] Add prompt before resetting shortcut keys. -- Improved: [#19953] Add keyboard shorcut to Keyboard Shortcuts window. +- Improved: [#19952] Add colour preset to Spiral Slide using the new colour options. +- Improved: [#19953] Add keyboard shortcut to Keyboard Shortcuts window. - Fix: [#12598] Number of holes is not set correctly when saving track designs. - Fix: [#13130] Android always defaulting to UK locale for language, currency and temperature. - Fix: [#18895] Responding mechanic blocked at level crossing. diff --git a/src/openrct2/ride/gentle/meta/SpiralSlide.h b/src/openrct2/ride/gentle/meta/SpiralSlide.h index c9ba556da2..a1631acbd4 100644 --- a/src/openrct2/ride/gentle/meta/SpiralSlide.h +++ b/src/openrct2/ride/gentle/meta/SpiralSlide.h @@ -50,6 +50,7 @@ constexpr const RideTypeDescriptor SpiralSlideRTD = { COLOUR_BRIGHT_RED, COLOUR_YELLOW, COLOUR_DARK_BROWN }, { COLOUR_LIGHT_BLUE, COLOUR_BRIGHT_PINK, COLOUR_LIGHT_PURPLE }, { COLOUR_WHITE, COLOUR_BORDEAUX_RED, COLOUR_GREY }, + { COLOUR_DULL_BROWN_LIGHT, COLOUR_SATURATED_RED, COLOUR_GREY }, )), SET_FIELD(ColourPreview, { SPR_RIDE_DESIGN_PREVIEW_SPIRAL_SLIDE_TRACK, 0 }), SET_FIELD(ColourKey, RideColourKey::Ride),