src/date.cpp
branchgamebalance
changeset 9885 84104c79839f
parent 9881 fbb3eab0e186
child 9895 7bd07f43b0e3
equal deleted inserted replaced
9884:c1169958d5ff 9885:84104c79839f
   263 		if (_opt.autosave != 0 && (_cur_month % _autosave_months[_opt.autosave]) == 0) {
   263 		if (_opt.autosave != 0 && (_cur_month % _autosave_months[_opt.autosave]) == 0) {
   264 			_do_autosave = true;
   264 			_do_autosave = true;
   265 			RedrawAutosave();
   265 			RedrawAutosave();
   266 		}
   266 		}
   267 
   267 
       
   268 		_eco->MonthlyLoop();
   268 		PlayersMonthlyLoop();
   269 		PlayersMonthlyLoop();
   269 		EnginesMonthlyLoop();
   270 		EnginesMonthlyLoop();
   270 		TownsMonthlyLoop();
   271 		TownsMonthlyLoop();
   271 		IndustryMonthlyLoop();
   272 		IndustryMonthlyLoop();
   272 		StationMonthlyLoop();
   273 		StationMonthlyLoop();