projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7455fe3
)
Unbreak no-sound again
author
Neil
<neil@dip.sun.ac.za>
Sat, 17 May 2014 14:09:06 +0000
(16:09 +0200)
committer
Neil
<neil@dip.sun.ac.za>
Sat, 17 May 2014 14:09:06 +0000
(16:09 +0200)
naja/sound.py
patch
|
blob
|
history
diff --git
a/naja/sound.py
b/naja/sound.py
index ec6953fb021a389a87abf5c8168f9c33e8873afa..f0ef91c8224c7675050bfb22183b33af9cf20572 100644
(file)
--- a/
naja/sound.py
+++ b/
naja/sound.py
@@
-84,6
+84,7
@@
class PygameSound(object):
class SoundProxy(object):
def __init__(self):
self._sound = DummySound()
+ self._sound.init()
def init(self):
"""Attempt to initialize the sound system."""