From: Ricardo Cruz Date: Sun, 16 May 2004 16:33:21 +0000 (+0000) Subject: Renamed sound effect files, so that musiceans now better what which one means. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;ds=sidebyside;h=4c7e1130e806141aa8caa80f7ab61125d9c3a300;p=supertux.git Renamed sound effect files, so that musiceans now better what which one means. SVN-Revision: 1212 --- diff --git a/data/sounds/coffee.wav b/data/sounds/coffee.wav deleted file mode 100644 index 2e2be45eb..000000000 Binary files a/data/sounds/coffee.wav and /dev/null differ diff --git a/data/sounds/coin.wav b/data/sounds/coin.wav new file mode 100644 index 000000000..40c34d963 Binary files /dev/null and b/data/sounds/coin.wav differ diff --git a/data/sounds/distro.wav b/data/sounds/distro.wav deleted file mode 100644 index f435d16aa..000000000 Binary files a/data/sounds/distro.wav and /dev/null differ diff --git a/data/sounds/excellent.wav b/data/sounds/excellent.wav deleted file mode 100644 index cadcc5ee7..000000000 Binary files a/data/sounds/excellent.wav and /dev/null differ diff --git a/data/sounds/explode.wav b/data/sounds/explode.wav deleted file mode 100644 index 259ae1e41..000000000 Binary files a/data/sounds/explode.wav and /dev/null differ diff --git a/data/sounds/explosion.wav b/data/sounds/explosion.wav new file mode 100644 index 000000000..259ae1e41 Binary files /dev/null and b/data/sounds/explosion.wav differ diff --git a/data/sounds/fire-flower.wav b/data/sounds/fire-flower.wav new file mode 100644 index 000000000..2e2be45eb Binary files /dev/null and b/data/sounds/fire-flower.wav differ diff --git a/data/sounds/grow.wav b/data/sounds/grow.wav new file mode 100644 index 000000000..cadcc5ee7 Binary files /dev/null and b/data/sounds/grow.wav differ diff --git a/data/sounds/herring.wav b/data/sounds/herring.wav deleted file mode 100644 index 96f3871c1..000000000 Binary files a/data/sounds/herring.wav and /dev/null differ diff --git a/data/sounds/invincible.wav b/data/sounds/invincible.wav new file mode 100644 index 000000000..96f3871c1 Binary files /dev/null and b/data/sounds/invincible.wav differ diff --git a/src/sound.cpp b/src/sound.cpp index b8aeb3e90..6f4d82f48 100644 --- a/src/sound.cpp +++ b/src/sound.cpp @@ -32,8 +32,8 @@ char * soundfilenames[NUM_SOUNDS] = { "/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 @@ char * soundfilenames[NUM_SOUNDS] = { "/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" };