Fix music not properly fading in again
[supertux.git] / src / badguy / flame.hpp
index 6513674..c3e63e8 100644 (file)
@@ -44,7 +44,7 @@ private:
   Color light;
   SpritePtr lightsprite;
 
-  std::auto_ptr<SoundSource> sound_source;
+  std::unique_ptr<SoundSource> sound_source;
 };
 
 #endif