From 3df8ae696001e1e35bb5cab0b3a09d2a36c9d436 Mon Sep 17 00:00:00 2001 From: Richard Jenkins Date: Thu, 18 Jan 2018 20:13:55 +0000 Subject: [PATCH] Use colour defines in dazzling colours array --- src/openrct2/management/Award.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/management/Award.cpp b/src/openrct2/management/Award.cpp index c4e82f2a1e..f85cc4920d 100644 --- a/src/openrct2/management/Award.cpp +++ b/src/openrct2/management/Award.cpp @@ -552,7 +552,7 @@ static bool award_is_deserved_best_custom_designed_rides(sint32 awardType, sint3 } /** At least 5 colourful rides and more than half of the rides are colourful. */ -static constexpr const uint8 dazzling_ride_colours[] = {5, 14, 20, 30}; +static constexpr const uint8 dazzling_ride_colours[] = {COLOUR_BRIGHT_PURPLE, COLOUR_BRIGHT_GREEN, COLOUR_LIGHT_ORANGE, COLOUR_BRIGHT_PINK}; static bool award_is_deserved_most_dazzling_ride_colours(sint32 awardType, sint32 activeAwardTypes) {