From 1cf0f9119913f186188dde65ac1c56cee2a3697f Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Thu, 8 Oct 2020 10:35:25 -0300 Subject: [PATCH] Fix #4041: Garbled park option on scenario editor with custom theme (#13126) * Fix #4041: Garbled park option on scenario editor with custom theme * Remove duplicate string draw --- distribution/changelog.txt | 1 + src/openrct2-ui/windows/EditorScenarioOptions.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 2f84c8620a..69b80d001e 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -5,6 +5,7 @@ - Feature: [#13096] Add Esperanto translation. - Change: [#9568] Change lift sounds of Reverser Roller Coaster and Compact Inverted Coaster to better fitting ones. - Fix: [#3200] Close Construction window upon selecting vehicle page. +- Fix: [#4041] Garbled park option on scenario editor with custom theme. - Fix: [#5904] Empty errors on tile inspector base height change. - Fix: [#6086] Cannot install existing track design with another name. - Fix: [#8015] RCT2 files are not found when put into the OpenRCT2 folder. diff --git a/src/openrct2-ui/windows/EditorScenarioOptions.cpp b/src/openrct2-ui/windows/EditorScenarioOptions.cpp index 50e7f5933d..6d51349a75 100644 --- a/src/openrct2-ui/windows/EditorScenarioOptions.cpp +++ b/src/openrct2-ui/windows/EditorScenarioOptions.cpp @@ -1351,7 +1351,6 @@ static void window_editor_scenario_options_park_paint(rct_window* w, rct_drawpix // Pay for park or rides label screenCoords = w->windowPos + ScreenCoordsXY{ w->widgets[WIDX_PAY_FOR_PARK_OR_RIDES].left + 1, w->widgets[WIDX_PAY_FOR_PARK_OR_RIDES].top }; - gfx_draw_string_left(dpi, STR_FREE_PARK_ENTER, nullptr, COLOUR_BLACK, screenCoords); // Pay for park and/or rides value if (gParkFlags & PARK_FLAGS_UNLOCK_ALL_PRICES)