Show message whether avatar report was successful.
This commit is contained in:
@@ -152,5 +152,12 @@
|
||||
#define MSG_NET_GAME_SERVER_CARDS_DELAY MSG_SOCK_LIMIT_CONNECT + 12
|
||||
#define MSG_NET_GAME_SERVER_END MSG_SOCK_LIMIT_CONNECT + 13
|
||||
|
||||
#define MSG_NET_LIMIT_GAME MSG_NET_GAME_SERVER_END
|
||||
|
||||
// Some messages which are displayed in the GUI
|
||||
#define MSG_NET_AVATAR_REPORT_ACCEPTED MSG_NET_LIMIT_GAME + 1
|
||||
#define MSG_NET_AVATAR_REPORT_DUP MSG_NET_LIMIT_GAME + 2
|
||||
#define MSG_NET_AVATAR_REPORT_REJECTED MSG_NET_LIMIT_GAME + 3
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user