[Scummvm-cvs-logs] SF.net SVN: scummvm:[54844] scummvm/trunk/engines/mohawk/livingbooks.cpp

fuzzie at users.sourceforge.net fuzzie at users.sourceforge.net
Thu Dec 9 22:24:46 CET 2010


Revision: 54844
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54844&view=rev
Author:   fuzzie
Date:     2010-12-09 21:24:46 +0000 (Thu, 09 Dec 2010)

Log Message:
-----------
MOHAWK: Don't redraw the screen every frame in LB

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/livingbooks.cpp

Modified: scummvm/trunk/engines/mohawk/livingbooks.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/livingbooks.cpp	2010-12-09 21:24:31 UTC (rev 54843)
+++ scummvm/trunk/engines/mohawk/livingbooks.cpp	2010-12-09 21:24:46 UTC (rev 54844)
@@ -474,6 +474,7 @@
 		for (uint16 i = 0; i < _items.size(); i++)
 			_items[i]->draw();
 
+		_needsRedraw = false;
 		_needsUpdate = true;
 	}
 }


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