support mp3 (mono) for soundfx

This commit is contained in:
Ondřej Novák 2025-06-15 14:41:53 +02:00
parent dd23d8c989
commit a4aa67ede9
8 changed files with 128 additions and 76 deletions

View file

@ -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++;
}