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

This commit is contained in:
terkhen 2011-12-03 22:22:25 +00:00
parent 59d8b0204f
commit 0e5f334315
1 changed files with 1 additions and 1 deletions

View File

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