mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Use constant instead of raw number
This commit is contained in:
@@ -266,7 +266,7 @@ static void colour_char(uint8_t colour, const uint16_t* current_font_flags, uint
|
||||
colour32 = ((uint32_t*)g1->offset)[colour & 0xFF];
|
||||
}
|
||||
|
||||
if (!(*current_font_flags & 2))
|
||||
if (!(*current_font_flags & TEXT_DRAW_FLAG_OUTLINE))
|
||||
{
|
||||
colour32 = colour32 & 0x0FF0000FF;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user