summaryrefslogtreecommitdiff
path: root/src/enums/gui/chatmsgtype.h
diff options
context:
space:
mode:
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);