1
0
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:
Gymnasiast
2018-09-16 15:07:32 +02:00
parent 008c926633
commit c46155bbda

View File

@@ -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;
}