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
1 changed files with 1 additions and 0 deletions

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)
{