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

joostp at users.sourceforge.net joostp at users.sourceforge.net
Sun Oct 11 22:23:15 CEST 2009


Revision: 44945
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44945&view=rev
Author:   joostp
Date:     2009-10-11 20:23:15 +0000 (Sun, 11 Oct 2009)

Log Message:
-----------
fix compilation

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

Modified: scummvm/trunk/engines/sci/gui/gui.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui/gui.cpp	2009-10-11 20:20:28 UTC (rev 44944)
+++ scummvm/trunk/engines/sci/gui/gui.cpp	2009-10-11 20:23:15 UTC (rev 44945)
@@ -353,7 +353,7 @@
 
 	Common::Rect screenRect = rect;
 	screenRect.grow(1);
-	_gfx->BitsShow(_screenRect, SCI_SCREEN_MASK_VISUAL);
+	_gfx->BitsShow(screenRect, SCI_SCREEN_MASK_VISUAL);
 }
 
 void SciGui::drawControlTextEdit(Common::Rect rect, reg_t obj, const char *text, int16 fontId, int16 mode, int16 style, int16 cursorPos, int16 maxChars, bool hilite) {


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