AVALANCHE: Another addition regarding the harp game.

This commit is contained in:
uruk 2013-09-20 01:20:31 +02:00
parent 207335d0f2
commit 4b84999a30

View File

@ -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)