X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fsound.py;h=f0ef91c8224c7675050bfb22183b33af9cf20572;hb=dad89daf7019d85fec1ecf7ecde3b7bd59609f98;hp=ec6953fb021a389a87abf5c8168f9c33e8873afa;hpb=7455fe3bc40e0911a6c86cf5caf129cf63a99a3f;p=naja.git diff --git a/naja/sound.py b/naja/sound.py index ec6953f..f0ef91c 100644 --- 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."""