Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game.py
diff options
context:
space:
mode:
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':