Change: Remove the LAN/Internet combobox from the server list in favour of adding two separate search buttons.

This commit is contained in:
frosch
2020-12-24 19:00:53 +01:00
committed by Michael Lutz
parent 7bdfb382a8
commit 2bb691f50e
5 changed files with 19 additions and 79 deletions

View File

@@ -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