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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user