[Scummvm-cvs-logs] SF.net SVN: scummvm:[47389] scummvm/trunk/engines/sci/graphics/gui.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Tue Jan 19 20:28:56 CET 2010


Revision: 47389
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47389&view=rev
Author:   m_kiewitz
Date:     2010-01-19 19:28:54 +0000 (Tue, 19 Jan 2010)

Log Message:
-----------
SCI: also fix statusbar

Modified Paths:
--------------
    scummvm/trunk/engines/sci/graphics/gui.cpp

Modified: scummvm/trunk/engines/sci/graphics/gui.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/gui.cpp	2010-01-19 19:21:31 UTC (rev 47388)
+++ scummvm/trunk/engines/sci/graphics/gui.cpp	2010-01-19 19:28:54 UTC (rev 47389)
@@ -318,8 +318,7 @@
 	_gfx->PenColor(colorPen);
 	_gfx->MoveTo(0, 1);
 	_text->Draw_String(text);
-	if (_screen->_picNotValid == 0)
-		_gfx->BitsShow(_gfx->_menuBarRect);
+	_gfx->BitsShow(_gfx->_menuBarRect);
 	_gfx->SetPort(oldPort);
 }
 


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