(svn r6932) -Codechange: Send server messages with format NETWORK_ACTION_SERVER_MESSAGE so it is

general colour like the rest of the server messages. Spectators speak in grey.
This commit is contained in:
Darkvater
2006-10-24 22:23:08 +00:00
parent bc018eb7ac
commit 929cfa6687
4 changed files with 15 additions and 9 deletions

View File

@@ -98,6 +98,7 @@ typedef enum {
typedef enum {
NETWORK_ACTION_JOIN,
NETWORK_ACTION_LEAVE,
NETWORK_ACTION_SERVER_MESSAGE,
NETWORK_ACTION_CHAT,
NETWORK_ACTION_CHAT_COMPANY,
NETWORK_ACTION_CHAT_CLIENT,