diff options
author | Patric Stout <truebrain@openttd.org> | 2021-08-10 20:03:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 20:03:13 +0200 |
commit | 4c1ea4020d797e2ddb086cc73109eb8c51cbbbdb (patch) | |
tree | bc8b65fe81b89f8d73e3dcd27ad458fcc0f35ffd /src/widgets | |
parent | 8a083cd7f81d8223f08c30d5bcb2d9c38e7556a4 (diff) | |
download | openttd-4c1ea4020d797e2ddb086cc73109eb8c51cbbbdb.tar.xz |
Change: remove the ability to control "max spectators" (#9466)
Soon we will make "join game" join the game as spectator first,
so limiting the amount of spectators makes no sense anymore in
that context. Not sure it ever did make sense.
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/network_widget.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/widgets/network_widget.h b/src/widgets/network_widget.h index cef564e98..ea9891276 100644 --- a/src/widgets/network_widget.h +++ b/src/widgets/network_widget.h @@ -66,10 +66,6 @@ enum NetworkStartServerWidgets { WID_NSS_COMPANIES_BTND, ///< 'Max companies' downarrow. WID_NSS_COMPANIES_TXT, ///< 'Max companies' text. WID_NSS_COMPANIES_BTNU, ///< 'Max companies' uparrow. - WID_NSS_SPECTATORS_LABEL, ///< Label for 'max spectators'. - WID_NSS_SPECTATORS_BTND, ///< 'Max spectators' downarrow. - WID_NSS_SPECTATORS_TXT, ///< 'Max spectators' text. - WID_NSS_SPECTATORS_BTNU, ///< 'Max spectators' uparrow. WID_NSS_GENERATE_GAME, ///< New game button. WID_NSS_LOAD_GAME, ///< Load game button. |