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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Thu Apr 24 23:27:29 CEST 2008


Revision: 31707
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31707&view=rev
Author:   lordhoto
Date:     2008-04-24 14:27:27 -0700 (Thu, 24 Apr 2008)

Log Message:
-----------
Added screen update in KyraEngine_v3::drawScoreCounting.

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

Modified: scummvm/trunk/engines/kyra/gui_v3.cpp
===================================================================
--- scummvm/trunk/engines/kyra/gui_v3.cpp	2008-04-24 21:20:32 UTC (rev 31706)
+++ scummvm/trunk/engines/kyra/gui_v3.cpp	2008-04-24 21:27:27 UTC (rev 31707)
@@ -358,6 +358,8 @@
 
 	_screen->drawShape(0, getShapePtr(old001+443), x + 16, y, 0, 0);
 
+	_screen->updateScreen();
+
 	_screen->drawShape(0, getShapePtr(new100+433), x +  0, y, 0, 0);
 	_screen->drawShape(0, getShapePtr(new010+433), x +  8, y, 0, 0);
 	_screen->drawShape(0, getShapePtr(new001+433), x + 16, y, 0, 0);


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