aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
diff options
context:
space:
mode:
authorMax Horn2007-02-16 16:34:02 +0000
committerMax Horn2007-02-16 16:34:02 +0000
commitd849f4762ce09dc6d83b6ef31179c2a587d2ded7 (patch)
treefcfa93685e0ee62cee8a8b95111504794c9543da /engines/agos
parente3594a6839682e8157bd29af5da9c0a26ead764c (diff)
downloadscummvm-rg350-d849f4762ce09dc6d83b6ef31179c2a587d2ded7.tar.gz
scummvm-rg350-d849f4762ce09dc6d83b6ef31179c2a587d2ded7.tar.bz2
scummvm-rg350-d849f4762ce09dc6d83b6ef31179c2a587d2ded7.zip
a 20ms second delay should be ample time for a GM system ON
svn-id: r25633
Diffstat (limited to 'engines/agos')
-rw-r--r--engines/agos/midi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/midi.cpp b/engines/agos/midi.cpp
index 07dea2bb08..0cec11033c 100644
--- a/engines/agos/midi.cpp
+++ b/engines/agos/midi.cpp
@@ -76,7 +76,7 @@ int MidiPlayer::open() {
// General MIDI System On message
// Resets all GM devices to default settings
_driver->sysEx((const byte *)"\x7E\x7F\x09\x01", 4);
- g_system->delayMillis(200);
+ g_system->delayMillis(20);
return 0;
}