summaryrefslogtreecommitdiff
path: root/src/gui/chat.cpp
diff options
context:
space:
mode:
authorAlexander Baldeck <alexander@archlinux.org>2004-09-29 09:00:15 +0000
committerAlexander Baldeck <alexander@archlinux.org>2004-09-29 09:00:15 +0000
commit97f97c6449b9da648302563ed62ca3d107c3835a (patch)
tree27ee0a5d073ea4b615fbf23e3ddac73c05b98b21 /src/gui/chat.cpp
parent55883ed2e95f5d430cfb49f728890cf300c07178 (diff)
downloadmana-97f97c6449b9da648302563ed62ca3d107c3835a.tar.gz
mana-97f97c6449b9da648302563ed62ca3d107c3835a.tar.bz2
mana-97f97c6449b9da648302563ed62ca3d107c3835a.tar.xz
mana-97f97c6449b9da648302563ed62ca3d107c3835a.zip
*** empty log message ***
Diffstat (limited to 'src/gui/chat.cpp')
-rw-r--r--src/gui/chat.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/chat.cpp b/src/gui/chat.cpp
index 6c17942d..b308bed4 100644
--- a/src/gui/chat.cpp
+++ b/src/gui/chat.cpp
@@ -101,6 +101,8 @@ void Chat::chat_log(string line, int own, ALFONT_FONT * font) {
chatlog.push_front(tmp);
}
+/** function overload -> calls original chat_log()
+ after processing the packet */
void Chat::chat_log(CHATSKILL action, ALFONT_FONT * font) {
chat_log(const_msg(action), BY_SERVER, font);
}