summaryrefslogtreecommitdiff
path: root/src/enums/gui/chatmsgtype.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-12-06 19:34:45 +0300
committerAndrei Karas <akaras@inbox.ru>2018-12-06 19:34:45 +0300
commit48ea9be889ecc77ae0ee7e952f1970771a92e5c9 (patch)
tree546a3d18ea2ecdddb8e762577e765d6caf82016d /src/enums/gui/chatmsgtype.h
parentbe4dd2eac43f118d8a44b6689420dd9f0a281641 (diff)
downloadplus-48ea9be889ecc77ae0ee7e952f1970771a92e5c9.tar.gz
plus-48ea9be889ecc77ae0ee7e952f1970771a92e5c9.tar.bz2
plus-48ea9be889ecc77ae0ee7e952f1970771a92e5c9.tar.xz
plus-48ea9be889ecc77ae0ee7e952f1970771a92e5c9.zip
Fix style in enums.
Diffstat (limited to 'src/enums/gui/chatmsgtype.h')
-rw-r--r--src/enums/gui/chatmsgtype.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/enums/gui/chatmsgtype.h b/src/enums/gui/chatmsgtype.h
index 979e07ca1..194d3f80e 100644
--- a/src/enums/gui/chatmsgtype.h
+++ b/src/enums/gui/chatmsgtype.h
@@ -27,15 +27,15 @@
enumStart(ChatMsgType)
{
- BY_GM = 0,
+ BY_UNKNOWN = -1,
+ BY_GM,
BY_PLAYER,
BY_OTHER,
BY_SERVER,
BY_CHANNEL,
ACT_WHISPER, // getting whispered at
ACT_IS, // equivalent to "/me" on IRC
- BY_LOGGER,
- BY_UNKNOWN = -1
+ BY_LOGGER
}
enumEnd(ChatMsgType);