src/network/network_gui.cpp
changeset 11181 403550141f43
parent 11174 b29402c54ffe
equal deleted inserted replaced
11180:982e9f814f97 11181:403550141f43
   482 			case NGWW_NEWGRF: // NewGRF Settings
   482 			case NGWW_NEWGRF: // NewGRF Settings
   483 				if (this->server != NULL) ShowNewGRFSettings(false, false, false, &this->server->info.grfconfig);
   483 				if (this->server != NULL) ShowNewGRFSettings(false, false, false, &this->server->info.grfconfig);
   484 				break;
   484 				break;
   485 
   485 
   486             case NGWW_NEWGRF_DL: // NewGRF Download
   486             case NGWW_NEWGRF_DL: // NewGRF Download
   487 				if (this->server != NULL) ShowNewGRFDownload(&this->server->info.grfconfig);
   487 				if (this->server != NULL) ShowNewGRFDownload(&this->server->info);
   488                 break;
   488                 break;
   489 		}
   489 		}
   490 	}
   490 	}
   491 
   491 
   492 	virtual void OnDropdownSelect(int widget, int index)
   492 	virtual void OnDropdownSelect(int widget, int index)