dethrace-labs / dethrace

Reverse engineering the 1997 game "Carmageddon"
https://twitter.com/dethrace_labs
GNU General Public License v3.0
860 stars 44 forks source link

Fixes crash when not calling ma_audio_unint correctly #397

Closed dethrace-labs closed 3 months ago

dethrace-labs commented 3 months ago

AudioBackend_StopCDA doesn't call ma_audio_unint if the track has already finished playing.

Fixes #396