Skip to content

Commit

Permalink
PEGASUS: Make sure sounds are rewound before playing them
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Mar 19, 2013
1 parent d85ac53 commit fa3136f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engines/pegasus/sound.cpp
Expand Up @@ -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());

Expand Down

0 comments on commit fa3136f

Please sign in to comment.