fixed bug with sounds not being played in native BD sound engine
authorHolger Schemel <holger.schemel@virtion.de>
Fri, 27 Dec 2024 15:10:51 +0000 (16:10 +0100)
committerHolger Schemel <holger.schemel@virtion.de>
Fri, 27 Dec 2024 15:10:53 +0000 (16:10 +0100)
commit1103063ed6d5edfe31dce68d8e17ccb2d71d9a15
treea41a0533db6092aa6cb6750bc91de87ee3ea9f7c
parent6ef30c9956e1dbe27bbfcb94a11539c474662641
fixed bug with sounds not being played in native BD sound engine

This fixes a bug where sounds (when using the native BD sound engine)
were not played because other sounds with higher precedence were
already playing. However, this should only be true for two sounds to
be played at the same time, while a sound with lower precedence may
be played if another sound with higher precedence is already playing
for some time.
src/game_bd/bd_sound.c