(svn r19809) -Codechange: make some unnamed network related enums/defines static const variables

This commit is contained in:
rubidium
2010-05-13 09:04:41 +00:00
parent 5732bdcdb9
commit eb8ee7ad5e
5 changed files with 62 additions and 61 deletions

View File

@@ -27,7 +27,7 @@
* it protects old clients from joining newer servers
* (because SERVER_ERROR is the respond to a wrong revision)
*/
enum {
enum TCPPacketType {
PACKET_SERVER_FULL,
PACKET_SERVER_BANNED,
PACKET_CLIENT_JOIN,