LOL/PC-98: fix outro music

svn-id: r44941
This commit is contained in:
Florian Kagerer 2009-10-11 19:33:38 +00:00
parent 1f00be5c15
commit 22ffa71c0a

View File

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