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
1 changed files with 1 additions and 1 deletions

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