File diff r25667:e6e8976f070e → r25668:a808c425ce60
src/console_gui.cpp
Show inline comments
 
@@ -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();
 
}