mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 03:56:43 +00:00
Codechange: separate TextColour enumeration and flags
This commit is contained in:
+1
-1
@@ -272,7 +272,7 @@ struct MainWindow : Window
|
||||
}
|
||||
|
||||
int text_y = this->height - GetCharacterHeight(FontSize::Normal) * 2;
|
||||
DrawString(0, this->width - 1, text_y, STR_INTRO_VERSION, TC_WHITE, SA_CENTER);
|
||||
DrawString(0, this->width - 1, text_y, STR_INTRO_VERSION, TextColour::White, SA_CENTER);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user