mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-11 04:06:12 +00:00
2b40502503
The SoundManager filled the sound handles with zeroes, which made the mixer confuse them with active sound handle zero. In my case, this happened to be the intro music, and the music was stopped when playWavSample() wrongly thought its sound handle was in use.