mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-24 20:12:42 +00:00
Codechange: separate TextColour enumeration and flags
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ void IConsoleFree()
|
||||
* @param colour_code The colour of the command.
|
||||
* @param string The message to output on the console (notice, error, etc.)
|
||||
*/
|
||||
void IConsolePrint(TextColour colour_code, const std::string &string)
|
||||
void IConsolePrint(ExtendedTextColour colour_code, const std::string &string)
|
||||
{
|
||||
assert(IsValidConsoleColour(colour_code));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user