fisheye.ogg - works!
This commit is contained in:
parent
4b8d14f83b
commit
af9d751924
3 changed files with 8 additions and 1 deletions
|
|
@ -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
BIN
magic/sounds/fisheye.ogg
Normal file
Binary file not shown.
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue