made it wav again, but smaller
[supertux.git] / src / badguy / willowisp.cpp
index ddca099..cbc18f3 100644 (file)
@@ -117,7 +117,7 @@ WillOWisp::activate()
   sprite->set_action("idle");
 
   delete soundSource;
-  soundSource = sound_manager->create_sound_source("sounds/willowisp.ogg");
+  soundSource = sound_manager->create_sound_source("sounds/willowisp.wav");
   if(!soundSource) {
     msg_warning("Couldn't start WillOWisp sound");
     return;