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

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sun May 10 22:47:58 CEST 2009


Revision: 40436
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40436&view=rev
Author:   athrxx
Date:     2009-05-10 20:47:58 +0000 (Sun, 10 May 2009)

Log Message:
-----------
KYRA: fixed typo

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

Modified: scummvm/trunk/engines/kyra/wsamovie.cpp
===================================================================
--- scummvm/trunk/engines/kyra/wsamovie.cpp	2009-05-10 20:42:46 UTC (rev 40435)
+++ scummvm/trunk/engines/kyra/wsamovie.cpp	2009-05-10 20:47:58 UTC (rev 40436)
@@ -429,7 +429,7 @@
 	}
 
 	for (int i = 1; i < _numFrames; ++i)
-		_frameOffsTable[_numFrames] -= frameDataOffs;
+		_frameOffsTable[i] -= frameDataOffs;
 
 	// WSA movies without last frame offset need special treatment
 	if (_frameOffsTable[_numFrames + 1])


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