[Scummvm-cvs-logs] SF.net SVN: scummvm:[44941] scummvm/trunk/engines/kyra/staticres.cpp

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sun Oct 11 21:33:45 CEST 2009


Revision: 44941
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44941&view=rev
Author:   athrxx
Date:     2009-10-11 19:33:38 +0000 (Sun, 11 Oct 2009)

Log Message:
-----------
LOL/PC-98: fix outro music

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/staticres.cpp

Modified: scummvm/trunk/engines/kyra/staticres.cpp
===================================================================
--- scummvm/trunk/engines/kyra/staticres.cpp	2009-10-11 19:23:00 UTC (rev 44940)
+++ scummvm/trunk/engines/kyra/staticres.cpp	2009-10-11 19:33:38 UTC (rev 44941)
@@ -1831,7 +1831,7 @@
 	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));


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list