From 22ffa71c0a9ab23126604de7538b5331a5414a06 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Sun, 11 Oct 2009 19:33:38 +0000 Subject: LOL/PC-98: fix outro music svn-id: r44941 --- engines/kyra/staticres.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/staticres.cpp') diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp index 45d3d2e143..bddeb758e0 100644 --- a/engines/kyra/staticres.cpp +++ b/engines/kyra/staticres.cpp @@ -1831,7 +1831,7 @@ void LoLEngine::initStaticResource() { static const char *pcMusicFileListIngame[] = { "LORE%02d%c" }; static const char *pc98MusicFileListIntro[] = { 0, "lore84.86", "lore82.86", 0, 0, 0, "lore83.86", "lore81.86" }; - static const char *pc98MusicFileListFinale[] = { "lore%02d.86" }; + static const char *pc98MusicFileListFinale[] = { 0, 0, "lore85.86", "lore86.86", "lore87.86" }; static const char *pc98MusicFileListIngame[] = { "lore%02d.86" }; memset(_soundData, 0, sizeof(_soundData)); -- cgit v1.2.3