Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/game.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-07-27 13:57:18 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-07-27 13:57:18 (GMT)
commitae8fd1350a9c6b90f3bf7c63f7822a2b9f728dff (patch)
treeae90b7f2b5afcaa682c8f6e9858d62509aa56b6d /game.py
parent340c898dfd503d31c8fc584ea6029151b747f304 (diff)
Changed Memorize to play ogg files
The memorize activity has been changed to use ogg files instead of aiff files to save storage on the XO. The old player images (aka icecream) has been removed from the git tree as well.
Diffstat (limited to 'game.py')
-rwxr-xr-xgame.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.py b/game.py
index 46da2e2..30fdae7 100755
--- a/game.py
+++ b/game.py
@@ -147,7 +147,7 @@ class MemorizeGame(gobject.GObject):
if self.sound == 1:
snd = self.model.grid[id].get('snd', None)
if snd != None:
- self.cs.perform('i 108 0.0 3.0 "%s" 1 0.9 0.1'%(snd))
+ self.cs.perform('i 108 0.0 3.0 "%s" 1 0.9 0'%(snd))
_logger.debug('Audio: play sound=%s'%snd)
# First card case