tBankInterest and DebtInterest variables added, to allow the configuration of interest rates. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1325360415e347e4fb171d85a9daa2b3a47d4c55
 (DIR) parent 2da60e8880eb0ab78a850d15d2293f5500bd1b0d
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Tue, 16 Jul 2002 17:16:20 +0000
       
       BankInterest and DebtInterest variables added, to allow the configuration
       of interest rates.
       
       
       Diffstat:
         M ChangeLog                           |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/ChangeLog b/ChangeLog
       t@@ -2,6 +2,8 @@ cvs
            - Options dialog now allows sounds for all supported game events to be set
            - BindAddress config variable added, to allow the server to be bound to
              a non-default IP address
       +    - BankInterest and DebtInterest variables added, to allow the
       +      configuration of interest rates (with thanks to Matt)
        
        1.5.7   25-06-2002
            - Sound support; Windows multimedia, ESD and SDL outputs are supported;