summaryrefslogtreecommitdiff
path: root/src/network/network.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-08-19 09:38:30 +0000
committerrubidium <rubidium@openttd.org>2007-08-19 09:38:30 +0000
commit4ef6e75609e46026df3e5ecccc6bbd167c2b7192 (patch)
treea6172830ac743f23f1b97516eefc1a629772000d /src/network/network.cpp
parent3686455868f997012c01a420f14d8885046d9104 (diff)
downloadopenttd-4ef6e75609e46026df3e5ecccc6bbd167c2b7192.tar.xz
(svn r10932) -Codechange: replace "text" with "chat" for the chat related function and variables.
Diffstat (limited to 'src/network/network.cpp')
-rw-r--r--src/network/network.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network.cpp b/src/network/network.cpp
index afb217ed2..0752b0fd8 100644
--- a/src/network/network.cpp
+++ b/src/network/network.cpp
@@ -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