fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / badguy / flame.cpp
index 7fe05e9..85e470c 100644 (file)
@@ -75,8 +75,7 @@ Flame::activate()
 void
 Flame::deactivate()
 {
-  sound_source->stop();
-  sound_source.release();
+  sound_source.reset();
 }
 
 void
@@ -85,4 +84,3 @@ Flame::kill_fall()
 }
 
 IMPLEMENT_FACTORY(Flame, "flame")
-