Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--olpcgames/canvas.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/olpcgames/canvas.py b/olpcgames/canvas.py
index 2583827..9f9983c 100644
--- a/olpcgames/canvas.py
+++ b/olpcgames/canvas.py
@@ -84,6 +84,8 @@ class PygameCanvas(gtk.Layout):
os.environ['SDL_WINDOWID'] = str(self._socket.get_id())
#print 'Socket ID=%s'%os.environ['SDL_WINDOWID']
pygame.init()
+ # Maze does not use sound. stop the mixer due to OLPC #12677
+ pygame.mixer.quit()
self._translator.hook_pygame()