changeset 18561:05ffde57e1fe draft

(svn r23406) -Change: Run the monthly subsidy loop after cargo acceptance has been calculated.
author terkhen <terkhen@openttd.org>
date Sat, 03 Dec 2011 22:22:25 +0000
parents 488cc0d0b505
children 799e3cfa2a65
files src/date.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/date.cpp
+++ b/src/date.cpp
@@ -233,10 +233,10 @@
 
 	SetWindowClassesDirty(WC_CHEATS);
 	CompaniesMonthlyLoop();
-	SubsidyMonthlyLoop();
 	EnginesMonthlyLoop();
 	TownsMonthlyLoop();
 	IndustryMonthlyLoop();
+	SubsidyMonthlyLoop();
 	StationMonthlyLoop();
 #ifdef ENABLE_NETWORK
 	if (_network_server) NetworkServerMonthlyLoop();