Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game.py
diff options
context:
space:
mode:
authorflavio <fdanesse@gmail.com>2012-10-20 03:17:17 (GMT)
committer flavio <fdanesse@gmail.com>2012-10-20 03:17:17 (GMT)
commitcd55785753ffae773f6b9d139be0eb326e53f1ee (patch)
tree82ab08831d92abbc8819c26f80d1a1aabb82cbac /game.py
parent052765cd3d9e7bd40d560b7423ff5e9adefb7fe4 (diff)
CorrectionHEADmaster
Diffstat (limited to 'game.py')
-rw-r--r--game.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.py b/game.py
index ee71f71..2abd0cd 100644
--- a/game.py
+++ b/game.py
@@ -314,7 +314,7 @@ class MazeGame:
event, sys.exc_info())
else:
log.debug("Message from unknown buddy?")
-
+
elif event.type == pygame.USEREVENT:
# process our buttons
if hasattr(event, 'action') and event.action == 'harder_button':