mirror of https://github.com/OpenTTD/OpenTTD
(svn r23406) -Change: Run the monthly subsidy loop after cargo acceptance has been calculated.
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