mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 12:12:16 +00:00
PEGASUS: Make sure sounds are rewound before playing them
This commit is contained in:
parent
d85ac53420
commit
fa3136fbc4
@ -87,6 +87,9 @@ void Sound::playSound() {
|
||||
|
||||
stopSound();
|
||||
|
||||
// Make sure the sound is back at the beginning before we play it
|
||||
_stream->rewind();
|
||||
|
||||
if (_fader)
|
||||
setVolume(_fader->getFaderValue());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user