mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 04:29:09 +00:00
(svn r10932) -Codechange: replace "text" with "chat" for the chat related function and variables.
This commit is contained in:
@@ -200,7 +200,7 @@ void CDECL NetworkTextMessage(NetworkAction action, uint16 color, bool self_send
|
||||
debug_dump_commands("ddc:cmsg:%d;%d;%s\n", _date, _date_fract, message);
|
||||
#endif /* DUMP_COMMANDS */
|
||||
IConsolePrintF(color, "%s", message);
|
||||
AddTextMessage(color, duration, "%s", message);
|
||||
AddChatMessage(color, duration, "%s", message);
|
||||
}
|
||||
|
||||
// Calculate the frame-lag of a client
|
||||
|
Reference in New Issue
Block a user