[Scummvm-cvs-logs] SF.net SVN: scummvm:[40656] scummvm/trunk/engines/kyra/script.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun May 17 17:59:04 CEST 2009


Revision: 40656
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40656&view=rev
Author:   lordhoto
Date:     2009-05-17 15:59:04 +0000 (Sun, 17 May 2009)

Log Message:
-----------
Change workaround to match comment description.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/script.h

Modified: scummvm/trunk/engines/kyra/script.h
===================================================================
--- scummvm/trunk/engines/kyra/script.h	2009-05-17 15:54:29 UTC (rev 40655)
+++ scummvm/trunk/engines/kyra/script.h	2009-05-17 15:59:04 UTC (rev 40656)
@@ -87,7 +87,7 @@
 		if (_typeId == MKID_BE('EMC2'))
 			_formChunk.size -= 8;
 		else if (_typeId == MKID_BE('AVFS'))
-			_formChunk.size = input.size() - 8;
+			_formChunk.size += 4;
 	}
 };
 


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