From: Neil Date: Sat, 17 May 2014 14:09:06 +0000 (+0200) Subject: Unbreak no-sound again X-Git-Tag: 0.1~96^2~6 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=dad89daf7019d85fec1ecf7ecde3b7bd59609f98 Unbreak no-sound again --- 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."""