Added sounds for Shift and Kaleidoscope Magic tools.

This commit is contained in:
William Kendrick 2007-11-06 17:54:26 +00:00
parent 3469c6d436
commit 7d69ff049e
5 changed files with 10 additions and 2 deletions

View file

@ -178,6 +178,10 @@ $Id$
* Edited using Audacity * Edited using Audacity
http://www.audacity.org/ http://www.audacity.org/
* Kaliedoscope & Shift tool sounds
Caroline Ford <caroline.ford.work@googlemail.com>
2007, released under GNU Free Documentation License
* Translations * Translations

View file

@ -153,6 +153,10 @@ $Id$
http://www.nongnu.org/enigma/ ) http://www.nongnu.org/enigma/ )
(Waves sound based on sound from Super Tux; (Waves sound based on sound from Super Tux;
http://supertux.berlios.de/ ) http://supertux.berlios.de/ )
(Kaleidoscope sound based on water in a bathtub, by
Caroline Ford <caroline.ford.work@googlemail.com>, GFDL)
(Shift sound based on London Underground train, by
Caroline Ford <caroline.ford.work@googlemail.com>, GFDL)
* New Localizations: * New Localizations:
------------------ ------------------

Binary file not shown.

BIN
magic/sounds/shift.ogg Normal file

Binary file not shown.

View file

@ -23,7 +23,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt) (See COPYING.txt)
Last updated: August 7, 2007 Last updated: November 6, 2007
$Id$ $Id$
*/ */
@ -48,7 +48,7 @@ int kalidescope_init(magic_api * api)
{ {
char fname[1024]; char fname[1024];
snprintf(fname, sizeof(fname), "%s/sounds/magic/kalidescope.wav", snprintf(fname, sizeof(fname), "%s/sounds/magic/kaleidoscope.ogg",
api->data_directory); api->data_directory);
kalidescope_snd = Mix_LoadWAV(fname); kalidescope_snd = Mix_LoadWAV(fname);