[Scummvm-cvs-logs] SF.net SVN: scummvm:[45866] scummvm/trunk/engines/sci/sfx/softseq/amiga.cpp

waltervn at users.sourceforge.net waltervn at users.sourceforge.net
Thu Nov 12 20:02:59 CET 2009


Revision: 45866
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45866&view=rev
Author:   waltervn
Date:     2009-11-12 19:02:59 +0000 (Thu, 12 Nov 2009)

Log Message:
-----------
SCI: Fix crash in Iceman/amiga.

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sfx/softseq/amiga.cpp

Modified: scummvm/trunk/engines/sci/sfx/softseq/amiga.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/softseq/amiga.cpp	2009-11-12 18:46:51 UTC (rev 45865)
+++ scummvm/trunk/engines/sci/sfx/softseq/amiga.cpp	2009-11-12 19:02:59 UTC (rev 45866)
@@ -385,7 +385,7 @@
 	Instrument *instrument;
 	byte header[61];
 	int size;
-	int16 seg_size[3];
+	int seg_size[3];
 	int loop_offset;
 	int i;
 


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