projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48b1a99
)
using new sound for WillOWisp
author
Marek Moeckel
<wansti@gmx.de>
Fri, 31 Mar 2006 12:55:04 +0000
(12:55 +0000)
committer
Marek Moeckel
<wansti@gmx.de>
Fri, 31 Mar 2006 12:55:04 +0000
(12:55 +0000)
SVN-Revision: 3152
src/badguy/willowisp.cpp
patch
|
blob
|
history
diff --git
a/src/badguy/willowisp.cpp
b/src/badguy/willowisp.cpp
index
412ea74
..
ddca099
100644
(file)
--- a/
src/badguy/willowisp.cpp
+++ b/
src/badguy/willowisp.cpp
@@
-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;