[Scummvm-cvs-logs] SF.net SVN: scummvm:[44983] scummvm/trunk/engines/sci/gui32/gui32.cpp

wjpalenstijn at users.sourceforge.net wjpalenstijn at users.sourceforge.net
Mon Oct 12 14:15:27 CEST 2009


Revision: 44983
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44983&view=rev
Author:   wjpalenstijn
Date:     2009-10-12 12:15:27 +0000 (Mon, 12 Oct 2009)

Log Message:
-----------
SCI: re-enable accidentally commented update call

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui32/gui32.cpp

Modified: scummvm/trunk/engines/sci/gui32/gui32.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui32/gui32.cpp	2009-10-12 12:03:06 UTC (rev 44982)
+++ scummvm/trunk/engines/sci/gui32/gui32.cpp	2009-10-12 12:15:27 UTC (rev 44983)
@@ -970,7 +970,7 @@
 	if (s->dyn_views && s->dyn_views->_parent == (GfxContainer *)s->port)
 		s->dyn_views->draw(Common::Point(0, 0));
 
-	//gfxop_update_box(s->gfx_state, area);
+	gfxop_update_box(s->gfx_state, area);
 }
 
 int16 SciGui32::picNotValid(int16 newPicNotValid) {


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