Update of /cvsroot/super-tux/supertux/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2268/src
Modified Files:
sound.cpp
Log Message:
Renamed sound effect files, so that musiceans now better what which one means.
Index: sound.cpp
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/sound.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- sound.cpp 26 Apr 2004 12:21:22 -0000 1.15
+++ sound.cpp 16 May 2004 16:33:21 -0000 1.16
@@ -32,8 +32,8 @@
"/sounds/jump.wav",
"/sounds/bigjump.wav",
"/sounds/skid.wav",
- "/sounds/distro.wav",
- "/sounds/herring.wav",
+ "/sounds/coin.wav",
+ "/sounds/invincible.wav",
"/sounds/brick.wav",
"/sounds/hurt.wav",
"/sounds/squish.wav",
@@ -41,13 +41,13 @@
"/sounds/ricochet.wav",
"/sounds/bump-upgrade.wav",
"/sounds/upgrade.wav",
- "/sounds/excellent.wav",
- "/sounds/coffee.wav",
+ "/sounds/grow.wav",
+ "/sounds/fire-flower.wav",
"/sounds/shoot.wav",
"/sounds/lifeup.wav",
"/sounds/stomp.wav",
"/sounds/kick.wav",
- "/sounds/explode.wav"
+ "/sounds/explosion.wav"
};
|