src/economy_type.h
branchnoai
changeset 10829 8a0ec0f0f928
parent 9732 f8eb3e208514
child 11126 72d4c9314c72
--- a/src/economy_type.h	Mon Jun 02 01:46:03 2008 +0000
+++ b/src/economy_type.h	Wed Jun 04 22:34:45 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 {