(svn r23406) -Change: Run the monthly subsidy loop after cargo acceptance has been calculated.

pull/155/head
terkhen 13 years ago
parent a9cc00bf68
commit ad555a4cb2

@ -233,10 +233,10 @@ static void OnNewMonth()
SetWindowClassesDirty(WC_CHEATS);
CompaniesMonthlyLoop();
SubsidyMonthlyLoop();
EnginesMonthlyLoop();
TownsMonthlyLoop();
IndustryMonthlyLoop();
SubsidyMonthlyLoop();
StationMonthlyLoop();
#ifdef ENABLE_NETWORK
if (_network_server) NetworkServerMonthlyLoop();

Loading…
Cancel
Save