summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-01-21 11:17:40 +0000
committerrubidium <rubidium@openttd.org>2010-01-21 11:17:40 +0000
commitf608ad7bafab32db9a16c0d5e1aeab23b3860389 (patch)
tree014217639f652c966575c58cc47e399a7d1046ad /src/settings_type.h
parente130e4e9bacf704fc6e9eebf20d35fe5918227af (diff)
downloadopenttd-f608ad7bafab32db9a16c0d5e1aeab23b3860389.tar.xz
(svn r18875) -Codechange: remove some unneeded bits from the network protocol and improve the naming of some variables
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 5fef70dfa..d5e17520a 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -133,7 +133,7 @@ struct NetworkSettings {
char client_name[NETWORK_CLIENT_NAME_LENGTH]; ///< name of the player (as client)
char default_company_pass[NETWORK_PASSWORD_LENGTH]; ///< default password for new companies in encrypted form
char connect_to_ip[NETWORK_HOSTNAME_LENGTH]; ///< default for the "Add server" query
- char network_id[NETWORK_UNIQUE_ID_LENGTH]; ///< semi-unique ID of the client
+ char network_id[NETWORK_SERVER_ID_LENGTH]; ///< network ID for servers
bool autoclean_companies; ///< automatically remove companies that are not in use
uint8 autoclean_unprotected; ///< remove passwordless companies after this many months
uint8 autoclean_protected; ///< remove the password from passworded companies after this many months