summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-10-17 17:35:42 +0000
committerrubidium <rubidium@openttd.org>2010-10-17 17:35:42 +0000
commit7cc8a363d84fe013406703ae324bf5c22383fb2a (patch)
tree55432f26d0f042af0c29c333ac7221f7e1ed3bfc /src/settings_type.h
parent7c29477eec24dc10c2e63ede57fe80c42f5b0957 (diff)
downloadopenttd-7cc8a363d84fe013406703ae324bf5c22383fb2a.tar.xz
(svn r20966) -Change: enable remote administration sockets (parts by Yexo and dihedral)
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 1dd662455..c6544043d 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -133,6 +133,7 @@ struct NetworkSettings {
uint16 max_join_time; ///< maximum amount of time, in game ticks, a client may take to join
bool pause_on_join; ///< pause the game when people join
uint16 server_port; ///< port the server listens on
+ uint16 server_admin_port; ///< port the server listens on for the admin network
char server_name[NETWORK_NAME_LENGTH]; ///< name of the server
char server_password[NETWORK_PASSWORD_LENGTH]; ///< password for joining this server
char rcon_password[NETWORK_PASSWORD_LENGTH]; ///< password for rconsole (server side)