diff options
Diffstat (limited to 'engines/avalanche')
-rw-r--r-- | engines/avalanche/scrolls.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/avalanche/scrolls.cpp b/engines/avalanche/scrolls.cpp index 8936bfad8b..6a2cd8d2c0 100644 --- a/engines/avalanche/scrolls.cpp +++ b/engines/avalanche/scrolls.cpp @@ -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) |