X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fsound.py;h=f0ef91c8224c7675050bfb22183b33af9cf20572;hb=a1c561e26fae79ce8a9570c9404975a8a0367d65;hp=ec6953fb021a389a87abf5c8168f9c33e8873afa;hpb=1be3c4bdb77da69df48d6c75dc0a6842e2fcf379;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."""