diff -r 55e04dee346d -r b25bd313785e network_gui.c --- a/network_gui.c Wed Dec 14 06:20:23 2005 +0000 +++ b/network_gui.c Wed Dec 14 06:28:48 2005 +0000 @@ -694,7 +694,6 @@ 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 @@ 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;