[Scummvm-cvs-logs] SF.net SVN: scummvm: [29877] scummvm/trunk/engines/lure/scripts.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Dec 16 14:28:01 CET 2007


Revision: 29877
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29877&view=rev
Author:   eriktorbjorn
Date:     2007-12-16 05:28:00 -0800 (Sun, 16 Dec 2007)

Log Message:
-----------
An element was missing in the initialisation of sounds during the endgame
sequence. It seems to correspond to the original's end_seq_data, so this should
be the correct value. I hope.

Modified Paths:
--------------
    scummvm/trunk/engines/lure/scripts.cpp

Modified: scummvm/trunk/engines/lure/scripts.cpp
===================================================================
--- scummvm/trunk/engines/lure/scripts.cpp	2007-12-16 09:44:04 UTC (rev 29876)
+++ scummvm/trunk/engines/lure/scripts.cpp	2007-12-16 13:28:00 UTC (rev 29877)
@@ -50,7 +50,7 @@
 static const AnimSoundSequence soundList[] = {
 	{9, 0x45, 2, 0}, {27, 0x48, 5, 0}, {24, 0x46, 3, 0}, {24, 0x37, 1, 0}, {3, 0x37, 1, 1}, 
 	{3, 0x37, 1, 2}, {3, 0x37, 1, 3}, {3, 0x37, 1, 4}, {4, 0x37, 1, 5}, {7, 0x47, 4, 6}, 
-	{31, 6, 0}, {0, 0, 0, 0}
+	{31, 0x00, 6, 0}, {0, 0, 0, 0}
 };
 
 /*------------------------------------------------------------------------*/


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