mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Use colour defines over magic numbers
This commit is contained in:
@@ -117,7 +117,7 @@ static void window_title_logo_paint()
|
||||
// Prefix for expansion name
|
||||
buffer[0] = '\n';
|
||||
buffer[1] = '\v';
|
||||
buffer[2] = 0x93; // Colour of the text
|
||||
buffer[2] = FORMAT_YELLOW; // Colour of the text
|
||||
buffer[3] = '+';
|
||||
buffer[4] = ' ';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user