Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/usmpgames
diff options
context:
space:
mode:
authorMateu Batle <mateu.batle@collabora.co.uk>2010-11-16 06:02:48 (GMT)
committer Mateu Batle <mateu.batle@collabora.co.uk>2010-11-16 06:02:48 (GMT)
commit499020b896af2e84041f943e9b5600735cb56660 (patch)
tree52e1fa9a85e762a7ea0d341b24348de0918e4d96 /usmpgames
parent2d34f7a7ec5bbaac74e855f7480d5b35f7456ec5 (diff)
Fixed go to next state in game 2
Fixed reset score in game 2 Fixed stop music in game 2
Diffstat (limited to 'usmpgames')
-rwxr-xr-xusmpgames/applicationstate.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/usmpgames/applicationstate.py b/usmpgames/applicationstate.py
index de4fc6c..6f6439b 100755
--- a/usmpgames/applicationstate.py
+++ b/usmpgames/applicationstate.py
@@ -57,11 +57,11 @@ class ApplicationState():
self.post_render(ms)
def entering_state(self, fromStack):
- #print "Entering state ", self
+ print "Entering state ", self
self.set_running(True)
def exiting_state(self, toStack):
- #print "Exiting state ", self
+ print "Exiting state ", self
pass
def go_to_next_state(self):