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
commit2722cabcce204b1903d2af6fd8c94f825c10a60d (patch)
treeaf25f72d8f74dc4f3847b4a36733b273b2c642b0 /src/network/network_type.h
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/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 */