misc.c
changeset 395 788a9bba0889
parent 387 4fc309c3ba74
child 410 0efd84450b01
equal deleted inserted replaced
394:675c52a63cb6 395:788a9bba0889
   523 void TrainsYearlyLoop();
   523 void TrainsYearlyLoop();
   524 void RoadVehiclesYearlyLoop();
   524 void RoadVehiclesYearlyLoop();
   525 void AircraftYearlyLoop();
   525 void AircraftYearlyLoop();
   526 void ShipsYearlyLoop();
   526 void ShipsYearlyLoop();
   527 
   527 
   528 void CheckpointsDailyLoop();
   528 void WaypointsDailyLoop();
   529 
   529 
   530 
   530 
   531 static const uint16 _autosave_months[] = {
   531 static const uint16 _autosave_months[] = {
   532 	0, // never
   532 	0, // never
   533 	0xFFF, // every month
   533 	0xFFF, // every month
   577 	NetworkGameChangeDate(_date);
   577 	NetworkGameChangeDate(_date);
   578 
   578 
   579 	_vehicle_id_ctr_day = 0;
   579 	_vehicle_id_ctr_day = 0;
   580 
   580 
   581 	DisasterDailyLoop();
   581 	DisasterDailyLoop();
   582 	CheckpointsDailyLoop();
   582 	WaypointsDailyLoop();
   583 
   583 
   584 	if (_game_mode != GM_MENU) {
   584 	if (_game_mode != GM_MENU) {
   585 		InvalidateWindowWidget(WC_STATUS_BAR, 0, 0);
   585 		InvalidateWindowWidget(WC_STATUS_BAR, 0, 0);
   586 		EnginesDailyLoop();
   586 		EnginesDailyLoop();
   587 	}
   587 	}