summaryrefslogtreecommitdiff
path: root/src/economy.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-08-01 17:45:53 +0000
committeralberth <alberth@openttd.org>2010-08-01 17:45:53 +0000
commitdc6ed2c2c02a651a50b2d2b232302d0c7eab48ec (patch)
tree29a7c1aa361bf156c083f5d295bf973da8867db9 /src/economy.cpp
parent2d25def2ff7617a4f800d16eacce704395d962cf (diff)
downloadopenttd-dc6ed2c2c02a651a50b2d2b232302d0c7eab48ec.tar.xz
(svn r20279) -Doc: Doxygen additions/improvements.
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();