mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-20 13:15:16 -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
|
@ -265,7 +265,7 @@ static void register_mob_sounds(int hlptr,word *sounds)
|
|||
z=sounds[i];
|
||||
if (z)
|
||||
{
|
||||
def_handle(hlptr,sound_table[z-1],wav_load,SR_ZVUKY);
|
||||
def_handle(hlptr,sound_table[z-1],soundfx_load,SR_ZVUKY);
|
||||
}
|
||||
hlptr++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue