mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-20 21:19:10 +00:00
(svn r3298) Remove unused and write-only variables
This commit is contained in:
@@ -694,7 +694,6 @@ static void NetworkLobbyWindowWndProc(Window *w, WindowEvent *e)
|
||||
if (_selected_company_item != -1) { // if a company is selected...
|
||||
// show company info
|
||||
const uint x = 183;
|
||||
uint xm;
|
||||
y = 65;
|
||||
|
||||
SetDParamStr(0, _network_player_info[_selected_company_item].company_name);
|
||||
@@ -738,7 +737,7 @@ static void NetworkLobbyWindowWndProc(Window *w, WindowEvent *e)
|
||||
y += 10;
|
||||
|
||||
SetDParamStr(0, _network_player_info[_selected_company_item].players);
|
||||
xm = DrawString(x, y, STR_NETWORK_PLAYERS, 2); // players
|
||||
DrawString(x, y, STR_NETWORK_PLAYERS, 2); // players
|
||||
y += 10;
|
||||
}
|
||||
} break;
|
||||
|
Reference in New Issue
Block a user