(svn r22080) -Doc: Add doxygen comments to a few functions and improve a few existing comments

This commit is contained in:
planetmaker
2011-02-14 19:52:26 +00:00
parent 7cfc01c41d
commit 6d031d0867
7 changed files with 113 additions and 8 deletions

View File

@@ -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;