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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sat Oct 31 19:00:23 CET 2009


Revision: 45569
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45569&view=rev
Author:   m_kiewitz
Date:     2009-10-31 18:00:22 +0000 (Sat, 31 Oct 2009)

Log Message:
-----------
SCI/newgui: Changed code for graphSaveUpscaledHiresBox to not scale the position, its not needed and would actually result in a crash cause of 2 times scaling.

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-31 17:55:03 UTC (rev 45568)
+++ scummvm/trunk/engines/sci/gui/gui.cpp	2009-10-31 18:00:22 UTC (rev 45569)
@@ -456,8 +456,6 @@
 }
 
 reg_t SciGui::graphSaveUpscaledHiresBox(Common::Rect rect) {
-	rect.right *= 2;
-	rect.bottom *= 2;
 	return _gfx->BitsSave(rect, SCI_SCREEN_MASK_DISPLAY);
 }
 


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