mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 21:03:31 +00:00
AVALANCHE: Another addition regarding the harp game.
This commit is contained in:
parent
207335d0f2
commit
4b84999a30
@ -292,6 +292,7 @@ void Scrolls::scrollModeMusic() {
|
||||
thisOne = value;
|
||||
|
||||
_vm->_sound->playNote(_vm->_gyro->kNotes[thisOne], 100);
|
||||
_vm->_system->delayMillis(500);
|
||||
|
||||
if (!_vm->_gyro->_bellsAreRinging) { // These handle playing the right tune.
|
||||
if (thisOne < lastOne)
|
||||
|
Loading…
x
Reference in New Issue
Block a user