mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-28 14:13:24 +00:00
MOHAWK: Myst: Fix the sound receiver sound restarting on each frame
Fixes #9921.
This commit is contained in:
parent
c4207ad3a3
commit
33cfcfd5ff
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user