main_gui.c
changeset 1003 5a1516385ad5
parent 999 647f65adeb9e
child 1014 f6827013276f
equal deleted inserted replaced
1002:9d83f1842257 1003:5a1516385ad5
   249 {
   249 {
   250 	ShowPlayerFinances(index);
   250 	ShowPlayerFinances(index);
   251 }
   251 }
   252 
   252 
   253 #ifdef ENABLE_NETWORK
   253 #ifdef ENABLE_NETWORK
   254 extern void ShowClientList();
   254 extern void ShowClientList(void);
   255 #endif /* ENABLE_NETWORK */
   255 #endif /* ENABLE_NETWORK */
   256 
   256 
   257 static void MenuClickCompany(int index)
   257 static void MenuClickCompany(int index)
   258 {
   258 {
   259 	if (_networking && index == 0) {
   259 	if (_networking && index == 0) {