diff --git a/docs/AUTHORS.txt b/docs/AUTHORS.txt index c669085c6..966e21009 100644 --- a/docs/AUTHORS.txt +++ b/docs/AUTHORS.txt @@ -322,6 +322,12 @@ $Id$ Altered in audacity by Caroline Ford Creative Commons Attribution 3.0 + * toothpaste sound (toothpaste.ogg) + Based on squishy 2 by Mike Koenig + Reversed and pitch shifted in audacity by C Ford + http://soundbible.com/512-Squishy-2.html + Creative Commons Attribution 3.0 + * Translations * Afrikaans diff --git a/magic/sounds/toothpaste.ogg b/magic/sounds/toothpaste.ogg new file mode 100644 index 000000000..823d6fd52 Binary files /dev/null and b/magic/sounds/toothpaste.ogg differ diff --git a/magic/src/rosette.c b/magic/src/rosette.c index 0ef2f5f1b..a4e0e3379 100644 --- a/magic/src/rosette.c +++ b/magic/src/rosette.c @@ -26,6 +26,9 @@ (See COPYING.txt) */ +// sound only plays on release +// also same sound for both tools + #include "tp_magic_api.h" #include "SDL_image.h" #include "SDL_mixer.h" diff --git a/magic/src/toothpaste.c b/magic/src/toothpaste.c index 5bbc55a20..cdacb0e41 100644 --- a/magic/src/toothpaste.c +++ b/magic/src/toothpaste.c @@ -56,7 +56,7 @@ enum { static Mix_Chunk * toothpaste_snd_effect[toothpaste_NUM_TOOLS]; const char * toothpaste_snd_filenames[toothpaste_NUM_TOOLS] = { - "flip.wav", + "toothpaste.ogg", }; const char * toothpaste_icon_filenames[toothpaste_NUM_TOOLS] = { "toothpaste.png",