mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-24 16:14:51 -04:00
support mp3 (mono) for soundfx
This commit is contained in:
parent
dd23d8c989
commit
a4aa67ede9
8 changed files with 128 additions and 76 deletions
|
@ -206,7 +206,7 @@ void load_items()
|
|||
break;
|
||||
case SV_SNDLIST:
|
||||
hs=hl_ptr;
|
||||
prepare_graphics(&hl_ptr,(char *)p,size,wav_load,SR_ZVUKY);
|
||||
prepare_graphics(&hl_ptr,(char *)p,size,soundfx_load,SR_ZVUKY);
|
||||
sound_handle=hs-1;
|
||||
free(p);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue