Skip to content

Commit

Permalink
MOHAWK: Myst: Fix the sound receiver sound restarting on each frame
Browse files Browse the repository at this point in the history
Fixes #9921.
  • Loading branch information
bgK committed Jul 9, 2017
1 parent c4207ad commit 33cfcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/mohawk/myst_stacks/selenitic.cpp
Expand Up @@ -982,7 +982,7 @@ void Selenitic::soundReceiverIncreaseSpeed() {

void Selenitic::soundReceiverUpdateSound() {
uint16 soundId = soundReceiverCurrentSound(_state.soundReceiverCurrentSource, *_soundReceiverPosition);
_vm->_sound->replaceSoundMyst(soundId);
_vm->_sound->replaceBackgroundMyst(soundId);
}

uint16 Selenitic::soundReceiverCurrentSound(uint16 source, uint16 position) {
Expand Down

0 comments on commit 33cfcfd

Please sign in to comment.