[Scummvm-cvs-logs] SF.net SVN: scummvm: [27409] scummvm/trunk/engines/saga/animation.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jun 15 05:16:07 CEST 2007


Revision: 27409
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27409&view=rev
Author:   thebluegr
Date:     2007-06-14 20:16:06 -0700 (Thu, 14 Jun 2007)

Log Message:
-----------
The frame count should be updated when the background frame is shown in a cutaway

Modified Paths:
--------------
    scummvm/trunk/engines/saga/animation.cpp

Modified: scummvm/trunk/engines/saga/animation.cpp
===================================================================
--- scummvm/trunk/engines/saga/animation.cpp	2007-06-15 02:29:08 UTC (rev 27408)
+++ scummvm/trunk/engines/saga/animation.cpp	2007-06-15 03:16:06 UTC (rev 27409)
@@ -135,6 +135,8 @@
 	const Rect rect(width, height);
 
 	bgSurface->blit(rect, buf);
+	_vm->_frameCount++;
+
 	_vm->_gfx->setPalette(palette);
 
 	free(buf);


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