diff options
Diffstat (limited to 'engines/pegasus/sound.cpp')
-rw-r--r-- | engines/pegasus/sound.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/pegasus/sound.cpp b/engines/pegasus/sound.cpp index bf15858e80..5b437b81d4 100644 --- a/engines/pegasus/sound.cpp +++ b/engines/pegasus/sound.cpp @@ -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()); |