summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index 76de1f95..5280ff49 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -120,8 +120,7 @@ class Chat {
void chat_dlgrsize(int);
void chat_log(string, int, ALFONT_FONT *);
- void chat_log(CHATSKILL, ALFONT_FONT *); // function overload -> calls original chat_log()
- // after processing the packet
+ void chat_log(CHATSKILL, ALFONT_FONT *);
void chat_draw(BITMAP *, int, ALFONT_FONT *);
char * chat_send(string, string);