diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2004-09-29 08:56:37 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2004-09-29 08:56:37 +0000 |
commit | 55883ed2e95f5d430cfb49f728890cf300c07178 (patch) | |
tree | d3962b802f960c7caa96455ad001b7ee5d91abf1 /src/gui/chat.h | |
parent | 41c268f0192405e949d1513cbd086eb96aaa0f94 (diff) | |
download | mana-55883ed2e95f5d430cfb49f728890cf300c07178.tar.gz mana-55883ed2e95f5d430cfb49f728890cf300c07178.tar.bz2 mana-55883ed2e95f5d430cfb49f728890cf300c07178.tar.xz mana-55883ed2e95f5d430cfb49f728890cf300c07178.zip |
*** empty log message ***
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r-- | src/gui/chat.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h index ea1637b4..76de1f95 100644 --- a/src/gui/chat.h +++ b/src/gui/chat.h @@ -1,4 +1,4 @@ -/** +/* The Mana World Copyright 2004 The Mana World Development Team @@ -57,7 +57,7 @@ using namespace std; /** gets in between usernick and message text depending on - message type + message type */ #define CAT_NORMAL ": " #define CAT_IS "" @@ -135,13 +135,13 @@ class Chat { int own; int width; }; - + list<CHATLOG> chatlog; // list object ready to accept out CHATLOG struct :) list<CHATLOG>::iterator iter; int items; int items_keep; - + string const_msg(CHATSKILL); // contructs action-fail messages string const_msg(int); // constructs normal messages (not implemented yet) }; |