mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-23 22:49:09 +00:00
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.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user