fade out console
[supertux.git] / src / badguy / willowisp.cpp
index 35a7a7c..d444961 100644 (file)
@@ -20,7 +20,7 @@
 #include <config.h>
 
 #include "willowisp.hpp"
-#include "msg.hpp"
+#include "log.hpp"
 #include "game_session.hpp"
 
 static const float FLYSPEED = 64; /**< speed in px per second */
@@ -119,7 +119,7 @@ WillOWisp::activate()
   delete soundSource;
   soundSource = sound_manager->create_sound_source("sounds/willowisp.wav");
   if(!soundSource) {
-    msg_warning << "Couldn't start WillOWisp sound" << std::endl;
+    log_warning << "Couldn't start WillOWisp sound" << std::endl;
     return;
   }
   soundSource->set_position(get_pos());