From dad89daf7019d85fec1ecf7ecde3b7bd59609f98 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 17 May 2014 16:09:06 +0200 Subject: [PATCH] Unbreak no-sound again --- naja/sound.py | 1 + 1 file changed, 1 insertion(+) 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.""" -- 2.34.1