changeset 579:071a93441995 pyntnclick

Fix snake sound
author Neil Muller <neil@dip.sun.ac.za>
date Sat, 11 Feb 2012 16:21:20 +0200
parents 356795038b87
children 27809609eeca
files gamelib/scenes/mess.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gamelib/scenes/mess.py	Sat Feb 11 16:17:52 2012 +0200
+++ b/gamelib/scenes/mess.py	Sat Feb 11 16:21:20 2012 +0200
@@ -261,7 +261,7 @@
         return False
 
     def animate(self):
-        hiss = self.state.sound.get_sound(self.HISS)
+        hiss = self.state.gd.sound.get_sound(self.HISS)
         if self.get_data('anim_pos') > -1:
             self.current_interact.animate()
             if self.get_data('anim_pos') > self.current_interact._anim_pos: