1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Fix #9724: Park/Ride entrance/exit sign's colour is weird

This commit is contained in:
Ted John
2019-08-04 17:04:12 +01:00
parent 073e4b0ccc
commit a57a4f2059

View File

@@ -1572,6 +1572,7 @@ static void scrolling_text_set_bitmap_for_ttf(
{
if (codepoint >= FORMAT_COLOUR_CODE_START && codepoint <= FORMAT_COLOUR_CODE_END)
{
codepoint -= FORMAT_COLOUR_CODE_START;
auto g1 = gfx_get_g1_element(SPR_TEXT_PALETTE);
if (g1 != nullptr)
{