diff gamelib/scenes/bridge.py @ 629:660ef5793886 pyntnclick

Remove albow from sound
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 11 Feb 2012 22:20:26 +0200
parents cab77cf07822
children c77d6aa29bee
line wrap: on
line diff
--- a/gamelib/scenes/bridge.py	Sat Feb 11 22:16:43 2012 +0200
+++ b/gamelib/scenes/bridge.py	Sat Feb 11 22:20:26 2012 +0200
@@ -73,7 +73,7 @@
         self.add_thing(self.doctor)
 
     def enter(self):
-        pieces = [self.sound.get_music(x, prefix='sounds') for x in self.MUSIC]
+        pieces = [self.sound.get_music(x) for x in self.MUSIC]
         self.background_playlist = self.sound.get_playlist(pieces, random=True,
                                                            repeat=True)
         self.sound.change_playlist(self.background_playlist)