using new sound for WillOWisp
authorMarek Moeckel <wansti@gmx.de>
Fri, 31 Mar 2006 12:55:04 +0000 (12:55 +0000)
committerMarek Moeckel <wansti@gmx.de>
Fri, 31 Mar 2006 12:55:04 +0000 (12:55 +0000)
SVN-Revision: 3152

src/badguy/willowisp.cpp

index 412ea74..ddca099 100644 (file)
@@ -117,7 +117,7 @@ WillOWisp::activate()
   sprite->set_action("idle");
 
   delete soundSource;
-  soundSource = sound_manager->create_sound_source("sounds/rain.wav");
+  soundSource = sound_manager->create_sound_source("sounds/willowisp.ogg");
   if(!soundSource) {
     msg_warning("Couldn't start WillOWisp sound");
     return;