Mr Bomb turns arround again when colliding with other badguys.
[supertux.git] / src / badguy / flame.cpp
index 390656f..9acd1c6 100644 (file)
@@ -75,7 +75,7 @@ Flame::activate()
 void
 Flame::deactivate()
 {
-  sound_source.release();
+  sound_source.reset();
 }
 
 void