Changeset - r18551:f062ed004bbb
[Not reviewed]
master
0 1 0
terkhen - 12 years ago 2011-12-03 22:22:25
terkhen@openttd.org
(svn r23406) -Change: Run the monthly subsidy loop after cargo acceptance has been calculated.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/date.cpp
Show inline comments
 
@@ -233,10 +233,10 @@ static void OnNewMonth()
 

	
 
	SetWindowClassesDirty(WC_CHEATS);
 
	CompaniesMonthlyLoop();
 
	SubsidyMonthlyLoop();
 
	EnginesMonthlyLoop();
 
	TownsMonthlyLoop();
 
	IndustryMonthlyLoop();
 
	SubsidyMonthlyLoop();
 
	StationMonthlyLoop();
 
#ifdef ENABLE_NETWORK
 
	if (_network_server) NetworkServerMonthlyLoop();
0 comments (0 inline, 0 general)