diff --git a/docs/AUTHORS.txt b/docs/AUTHORS.txt index 966e21009..1f47ccaab 100644 --- a/docs/AUTHORS.txt +++ b/docs/AUTHORS.txt @@ -328,6 +328,10 @@ $Id$ http://soundbible.com/512-Squishy-2.html Creative Commons Attribution 3.0 + * tv sound (tv.ogg) + One second of white noise generated by audacity + Uploaded by C Ford. + * Translations * Afrikaans diff --git a/magic/sounds/tv.ogg b/magic/sounds/tv.ogg new file mode 100644 index 000000000..750c774fd Binary files /dev/null and b/magic/sounds/tv.ogg differ diff --git a/magic/src/tv.c b/magic/src/tv.c index 5f8e634c3..75da5871a 100644 --- a/magic/src/tv.c +++ b/magic/src/tv.c @@ -48,7 +48,7 @@ int tv_init(magic_api * api) { char fname[1024]; - snprintf(fname, sizeof(fname), "%s/sounds/magic/tv.wav", api->data_directory); + snprintf(fname, sizeof(fname), "%s/sounds/magic/tv.ogg", api->data_directory); tv_snd = Mix_LoadWAV(fname); return(1);