Changeset - r621:e8eb51f53aef
[Not reviewed]
master
0 1 0
truelight - 19 years ago 2004-12-13 14:49:31
truelight@openttd.org
(svn r1051) -Fix: [Network] New Company button is disabled when there is no more
space for a new company
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
network_gui.c
Show inline comments
 
@@ -656,6 +656,9 @@ static void NetworkLobbyWindowWndProc(Wi
 
		} else
 
			w->disabled_state = 0;
 

	
 
		if (_network_lobby_company_count == MAX_PLAYERS)
 
			w->disabled_state |= (1<<8);
 

	
 
		DrawWindowWidgets(w);
 

	
 
		SetDParam(0, _str_game_name);
0 comments (0 inline, 0 general)