diff src/economy.cpp @ 17340:ed1445ee6e5f draft

(svn r22080) -Doc: Add doxygen comments to a few functions and improve a few existing comments
author planetmaker <planetmaker@openttd.org>
date Mon, 14 Feb 2011 19:52:26 +0000 (2011-02-14)
parents daad5df59d38
children d8caba096f22
line wrap: on
line diff
--- a/src/economy.cpp
+++ b/src/economy.cpp
@@ -552,6 +552,7 @@
 	}
 	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;