summaryrefslogtreecommitdiff
path: root/src/economy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/economy.cpp')
-rw-r--r--src/economy.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/economy.cpp b/src/economy.cpp
index 6d35b35d3..a48eccb7d 100644
--- a/src/economy.cpp
+++ b/src/economy.cpp
@@ -1423,6 +1423,9 @@ void LoadUnloadStation(Station *st)
_cargo_delivery_destinations.Clear();
}
+/**
+ * Monthly update of the economic data (of the companies as well as economic fluctuations).
+ */
void CompaniesMonthlyLoop()
{
CompaniesGenStatistics();