summaryrefslogtreecommitdiff
path: root/src/network/network_type.h
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
commit04709f279809125e24c3652f182eac0e56c1d90f (patch)
treeaf25f72d8f74dc4f3847b4a36733b273b2c642b0 /src/network/network_type.h
parenta1d4b792e8b412f9b4a3525554257fada2302124 (diff)
downloadopenttd-04709f279809125e24c3652f182eac0e56c1d90f.tar.xz
(svn r15242) -Feature: allow moving clients between companies/spectators by the server and the clients themselves (dihedral)
Diffstat (limited to 'src/network/network_type.h')
-rw-r--r--src/network/network_type.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/network/network_type.h b/src/network/network_type.h
index 9104e2f0f..f2208b8c7 100644
--- a/src/network/network_type.h
+++ b/src/network/network_type.h
@@ -80,6 +80,9 @@ enum NetworkAction {
NETWORK_ACTION_CHAT_CLIENT,
NETWORK_ACTION_GIVE_MONEY,
NETWORK_ACTION_NAME_CHANGE,
+ NETWORK_ACTION_COMPANY_SPECTATOR,
+ NETWORK_ACTION_COMPANY_JOIN,
+ NETWORK_ACTION_COMPANY_NEW,
};
/** Messages the server can give */