Codechange: improve style/writing of IConsolePrint strings
This commit is contained in:
@@ -401,7 +401,7 @@ void IConsoleGUIInit()
|
||||
|
||||
IConsolePrint(TC_LIGHT_BLUE, "OpenTTD Game Console Revision 7 - {}", _openttd_revision);
|
||||
IConsolePrint(CC_WHITE, "------------------------------------");
|
||||
IConsolePrint(CC_WHITE, "use \"help\" for more information");
|
||||
IConsolePrint(CC_WHITE, "use \"help\" for more information.");
|
||||
IConsolePrint(CC_WHITE, "");
|
||||
IConsoleClearCommand();
|
||||
}
|
||||
|
Reference in New Issue
Block a user