summaryrefslogtreecommitdiff
path: root/src/date.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/date.cpp')
-rw-r--r--src/date.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/date.cpp b/src/date.cpp
index 52827d117..d28dd36ca 100644
--- a/src/date.cpp
+++ b/src/date.cpp
@@ -233,10 +233,10 @@ static void OnNewMonth()
SetWindowClassesDirty(WC_CHEATS);
CompaniesMonthlyLoop();
- SubsidyMonthlyLoop();
EnginesMonthlyLoop();
TownsMonthlyLoop();
IndustryMonthlyLoop();
+ SubsidyMonthlyLoop();
StationMonthlyLoop();
#ifdef ENABLE_NETWORK
if (_network_server) NetworkServerMonthlyLoop();