mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 10:30:28 +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);
|
SetWindowClassesDirty(WC_CHEATS);
|
||||||
CompaniesMonthlyLoop();
|
CompaniesMonthlyLoop();
|
||||||
SubsidyMonthlyLoop();
|
|
||||||
EnginesMonthlyLoop();
|
EnginesMonthlyLoop();
|
||||||
TownsMonthlyLoop();
|
TownsMonthlyLoop();
|
||||||
IndustryMonthlyLoop();
|
IndustryMonthlyLoop();
|
||||||
|
SubsidyMonthlyLoop();
|
||||||
StationMonthlyLoop();
|
StationMonthlyLoop();
|
||||||
#ifdef ENABLE_NETWORK
|
#ifdef ENABLE_NETWORK
|
||||||
if (_network_server) NetworkServerMonthlyLoop();
|
if (_network_server) NetworkServerMonthlyLoop();
|
||||||
|
Loading…
Reference in New Issue
Block a user