summaryrefslogtreecommitdiff
path: root/src/network/core/tcp_game.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-05-13 09:04:41 +0000
committerrubidium <rubidium@openttd.org>2010-05-13 09:04:41 +0000
commit2555522eabd5cb16c480aab755f5d3dd580ddae4 (patch)
tree4ae77c24b45658c66e26f09ab6c6df1bc2165945 /src/network/core/tcp_game.h
parent6fa962b867a4983d67bc8acd2c8a3ed5c7ce3dc3 (diff)
downloadopenttd-2555522eabd5cb16c480aab755f5d3dd580ddae4.tar.xz
(svn r19809) -Codechange: make some unnamed network related enums/defines static const variables
Diffstat (limited to 'src/network/core/tcp_game.h')
-rw-r--r--src/network/core/tcp_game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/tcp_game.h b/src/network/core/tcp_game.h
index c5f56486e..70a261d08 100644
--- a/src/network/core/tcp_game.h
+++ b/src/network/core/tcp_game.h
@@ -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,