aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/sound_coco3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/sound_coco3.cpp')
-rw-r--r--engines/agi/sound_coco3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agi/sound_coco3.cpp b/engines/agi/sound_coco3.cpp
index f054be0682..858c1c8515 100644
--- a/engines/agi/sound_coco3.cpp
+++ b/engines/agi/sound_coco3.cpp
@@ -61,9 +61,9 @@ void SoundGenCoCo3::play(int resnum) {
uint32 start_time = _vm->_system->getMillis();
while (_vm->_system->getMillis() < start_time + note.duration) {
- _vm->_system->updateScreen();
+ _vm->_system->updateScreen();
- _vm->_system->delayMillis(10);
+ _vm->_system->delayMillis(10);
}
}
} while (note.freq != 0xff);