mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 02:19:41 +00:00
(svn r23406) -Change: Run the monthly subsidy loop after cargo acceptance has been calculated.
This commit is contained in:
parent
59d8b0204f
commit
0e5f334315
@ -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…
Reference in New Issue
Block a user