new wavelet.ogg, waves.ogg rather than waves.wav as smaller.
Can't check as CVS doesn't currently compile.
This commit is contained in:
parent
082dd49da1
commit
ab38c5bcb6
3 changed files with 2 additions and 2 deletions
BIN
magic/sounds/wavelet.ogg
Normal file
BIN
magic/sounds/wavelet.ogg
Normal file
Binary file not shown.
BIN
magic/sounds/waves.ogg
Normal file
BIN
magic/sounds/waves.ogg
Normal file
Binary file not shown.
|
|
@ -45,11 +45,11 @@ int waves_init(magic_api * api)
|
|||
{
|
||||
char fname[1024];
|
||||
|
||||
snprintf(fname, sizeof(fname), "%s/sounds/magic/waves.wav",
|
||||
snprintf(fname, sizeof(fname), "%s/sounds/magic/waves.ogg",
|
||||
api->data_directory);
|
||||
waves_snd[0] = Mix_LoadWAV(fname);
|
||||
|
||||
snprintf(fname, sizeof(fname), "%s/sounds/magic/waves.wav",
|
||||
snprintf(fname, sizeof(fname), "%s/sounds/magic/wavelet.ogg",
|
||||
api->data_directory);
|
||||
waves_snd[1] = Mix_LoadWAV(fname);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue