summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2020-12-24 19:00:53 +0100
committerMichael Lutz <michi@icosahedron.de>2020-12-25 00:40:35 +0100
commit2bb691f50e79164d2dfc63a2b0103893314df90f (patch)
tree554aa068dc7309207db20d299c964b7094e5a631 /src/settings_type.h
parent7bdfb382a89145ea3ce6c89992eacd0ec676babd (diff)
downloadopenttd-2bb691f50e79164d2dfc63a2b0103893314df90f.tar.xz
Change: Remove the LAN/Internet combobox from the server list in favour of adding two separate search buttons.
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 2dbca59d8..5729a50be 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -255,7 +255,6 @@ struct NetworkSettings {
char rcon_password[NETWORK_PASSWORD_LENGTH]; ///< password for rconsole (server side)
char admin_password[NETWORK_PASSWORD_LENGTH]; ///< password for the admin network
bool server_advertise; ///< advertise the server to the masterserver
- uint8 lan_internet; ///< search on the LAN or internet for servers
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