Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateu Batle <mateu.batle@collabora.co.uk>2010-11-19 12:27:05 (GMT)
committer Mateu Batle <mateu.batle@collabora.co.uk>2010-11-19 12:27:05 (GMT)
commit9069351549ac97cebc4816030de42759d6466c25 (patch)
tree6067b0f9272acab9a7030cb21351b915d9f6766c
parent1221a093713ca4d654255ab07f45ece07f69926a (diff)
Fixed time limit set for testing
-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):