1
0
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:
rubidium
2007-08-19 09:38:30 +00:00
parent fda1c9d34a
commit 0fed821efb
10 changed files with 81 additions and 78 deletions

View File

@@ -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