Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgame2/game2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/game2/game2.py b/game2/game2.py
index 08f1015..30a9a54 100755
--- a/game2/game2.py
+++ b/game2/game2.py
@@ -435,8 +435,8 @@ class Game2(usmpgames.ApplicationState):
######################################## methods
#Time Limit
-#TIMELIMIT=240.0
-TIMELIMIT=10.0
+TIMELIMIT=240.0
+#TIMELIMIT=10.0
#print ('time: '+str(TIMESTART))
def compareTime(playTime, gamestate):