aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-22 13:39:57 +0000
committerJohannes Schickel2009-05-22 13:39:57 +0000
commit240cef8aa620466f3cfecdf60cb5d4fa8c5d8606 (patch)
treef804e323ce54422f9f4d24deafba7589b2784b9c /engines/kyra
parent274bb7b0dde8d5def988d726c42ad1b227b24ebc (diff)
downloadscummvm-rg350-240cef8aa620466f3cfecdf60cb5d4fa8c5d8606.tar.gz
scummvm-rg350-240cef8aa620466f3cfecdf60cb5d4fa8c5d8606.tar.bz2
scummvm-rg350-240cef8aa620466f3cfecdf60cb5d4fa8c5d8606.zip
Use correct file for MT-32 initialization for Kyra2 SEQ player based Lands of Lore demo.
svn-id: r40783
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/sound_midi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sound_midi.cpp b/engines/kyra/sound_midi.cpp
index 66f0408c52..6a28bdd914 100644
--- a/engines/kyra/sound_midi.cpp
+++ b/engines/kyra/sound_midi.cpp
@@ -520,7 +520,7 @@ bool SoundMidiPC::init() {
} else {
// Kyra2 SEQ player based demo
pakFile = "GENERAL.PAK";
- midiFile = "LOREDEMO";
+ midiFile = "LOLSYSEX";
}
} else {
if (_vm->gameFlags().isTalkie)