Added new networking-related error messages.

This commit is contained in:
lotodore
2007-10-11 22:13:20 +00:00
parent ea1770ab21
commit 54ad5e17e7
2 changed files with 50 additions and 15 deletions
+9 -10
View File
@@ -56,16 +56,15 @@
#define ERR_NET_UNKNOWN_PLAYER_ID 112
#define ERR_NET_NO_CURRENT_PLAYER 113
#define ERR_NET_PLAYER_NOT_ACTIVE 114
#define ERR_NET_INVALID_ROUND 115
#define ERR_NET_PLAYER_KICKED 116
#define ERR_NET_INVALID_PLAYER_COUNT 117
#define ERR_NET_TOO_MANY_MANUAL_BLINDS 118
#define ERR_NET_INVALID_AVATAR_FILE 119
#define ERR_NET_AVATAR_TOO_LARGE 120
#define ERR_NET_BUF_INVALID_SIZE 121
#define ERR_NET_INVALID_REQUEST_ID 122
#define ERR_NET_WRONG_AVATAR_SIZE 123
#define ERR_NET_START_TIMEOUT 124
#define ERR_NET_PLAYER_KICKED 117
#define ERR_NET_INVALID_PLAYER_COUNT 118
#define ERR_NET_TOO_MANY_MANUAL_BLINDS 119
#define ERR_NET_INVALID_AVATAR_FILE 120
#define ERR_NET_AVATAR_TOO_LARGE 121
#define ERR_NET_BUF_INVALID_SIZE 122
#define ERR_NET_INVALID_REQUEST_ID 123
#define ERR_NET_WRONG_AVATAR_SIZE 124
#define ERR_NET_START_TIMEOUT 125
#define ERR_IRC_INTERNAL 151
#define ERR_IRC_CONNECT_FAILED 152