From 914f8e9f1d22e1195b06d8d4723a310ea9413b16 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Mon, 14 Feb 2011 19:52:26 +0000 Subject: (svn r22080) -Doc: Add doxygen comments to a few functions and improve a few existing comments --- src/economy.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/economy.cpp') diff --git a/src/economy.cpp b/src/economy.cpp index 3d2a419ee..584eea7c7 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -552,6 +552,7 @@ static void CompaniesGenStatistics() } cur_company.Restore(); + /* Only run the economic statics and update company stats every 3rd month (1st of quarter). */ if (!HasBit(1 << 0 | 1 << 3 | 1 << 6 | 1 << 9, _cur_month)) return; Company *c; -- cgit v1.2.3-54-g00ecf