fisheye.ogg - works!

This commit is contained in:
secretlondon 2009-06-06 15:04:43 +00:00
parent 4b8d14f83b
commit af9d751924
3 changed files with 8 additions and 1 deletions

View file

@ -272,6 +272,13 @@ $Id$
http://soundbible.com/474-Magic-Wand-Noise.html
Magic Wand Noise Sounds by Mike Koenig
Creative Commons attribution licence 3.0
* Fisheye sound (fisheye.ogg)
Caroline Ford <caroline.ford.work@googlemail.com> 2009 cropped from
http://http://soundbible.com/146-UFO-Exit.html
UFO Exit by Stephan
Public domain.
* Translations

BIN
magic/sounds/fisheye.ogg Normal file

Binary file not shown.

View file

@ -53,7 +53,7 @@ int fisheye_init(magic_api * api)
{
char fname[1024];
snprintf(fname, sizeof(fname), "%s/sounds/magic/fisheye.wav", api->data_directory);
snprintf(fname, sizeof(fname), "%s/sounds/magic/fisheye.ogg", api->data_directory);
fisheye_snd = Mix_LoadWAV(fname);
return(1);