diff --git a/docs/AUTHORS.txt b/docs/AUTHORS.txt index a36864683..e691cc38f 100644 --- a/docs/AUTHORS.txt +++ b/docs/AUTHORS.txt @@ -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 2009 cropped from + http://http://soundbible.com/146-UFO-Exit.html + UFO Exit by Stephan + Public domain. + * Translations diff --git a/magic/sounds/fisheye.ogg b/magic/sounds/fisheye.ogg new file mode 100644 index 000000000..e636519d9 Binary files /dev/null and b/magic/sounds/fisheye.ogg differ diff --git a/magic/src/fisheye.c b/magic/src/fisheye.c index 2ecaab5da..1de2565c5 100644 --- a/magic/src/fisheye.c +++ b/magic/src/fisheye.c @@ -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);