src/economy_type.h
changeset 9438 e6aa429e06fc
parent 8515 20b5c6e8415e
child 9623 fce00b25b921
--- a/src/economy_type.h	Sun Jun 01 19:36:55 2008 +0000
+++ b/src/economy_type.h	Mon Jun 02 06:42:27 2008 +0000
@@ -18,7 +18,7 @@
 	int fluct;
 	byte interest_rate;     ///< Interest
 	byte infl_amount;       ///< inflation amount
-	byte infl_amount_pr;    ///< "floating" portion of inflation
+	byte infl_amount_pr;    ///< inflation rate for payment rates
 };
 
 struct Subsidy {