changeset 331:17ee6bcf583d

Add comment noting that TURN_LIMIT is a semi-constant.
author Simon Cross <hodgestar@gmail.com>
date Sat, 05 Sep 2009 22:06:52 +0000
parents c6e9e64ddaa2
children 96ea93a926ea
files gamelib/constants.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/constants.py	Sat Sep 05 22:06:28 2009 +0000
+++ b/gamelib/constants.py	Sat Sep 05 22:06:52 2009 +0000
@@ -52,6 +52,7 @@
         'Unlimited' : 0,
         }
 
+# This is a "constant".
 TURN_LIMIT = TURN_LIMITS['Two weeks']
 
 ABS_MAX_NUM_FOXES = 50 # Limit possible uppoer number of foxes, due to concerns