1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 10:29:10 +00:00

(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

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();