1
0
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:
Ben Pye
2014-04-29 22:12:04 +01:00
parent 7c387f5ace
commit 0d8f2e43cf

View File

@@ -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] = ' ';