summaryrefslogtreecommitdiff
path: root/src/network/core
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-23 22:18:06 +0000
committerrubidium <rubidium@openttd.org>2009-01-23 22:18:06 +0000
commit2722cabcce204b1903d2af6fd8c94f825c10a60d (patch)
treeaf25f72d8f74dc4f3847b4a36733b273b2c642b0 /src/network/core
parentac7883fe9396fca915ce59567a7d71ae417d16ae (diff)
downloadopenttd-2722cabcce204b1903d2af6fd8c94f825c10a60d.tar.xz
(svn r15242) -Feature: allow moving clients between companies/spectators by the server and the clients themselves (dihedral)
Diffstat (limited to 'src/network/core')
-rw-r--r--src/network/core/tcp_game.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/network/core/tcp_game.h b/src/network/core/tcp_game.h
index 1c0f047ea..3acd61310 100644
--- a/src/network/core/tcp_game.h
+++ b/src/network/core/tcp_game.h
@@ -54,6 +54,10 @@ enum {
PACKET_CLIENT_RCON,
PACKET_SERVER_CHECK_NEWGRFS,
PACKET_CLIENT_NEWGRFS_CHECKED,
+ PACKET_SERVER_MOVE,
+ PACKET_CLIENT_MOVE,
+ PACKET_SERVER_COMPANY_UPDATE,
+ PACKET_SERVER_CONFIG_UPDATE,
PACKET_END ///< Must ALWAYS be on the end of this list!! (period)
};