[Scummvm-cvs-logs] SF.net SVN: scummvm: [28077] scummvm/trunk/engines/saga/interface.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Jul 14 20:11:14 CEST 2007


Revision: 28077
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28077&view=rev
Author:   thebluegr
Date:     2007-07-14 11:11:14 -0700 (Sat, 14 Jul 2007)

Log Message:
-----------
ITE: Fixed some more incorrect dots on dialog buttons

Modified Paths:
--------------
    scummvm/trunk/engines/saga/interface.cpp

Modified: scummvm/trunk/engines/saga/interface.cpp
===================================================================
--- scummvm/trunk/engines/saga/interface.cpp	2007-07-14 17:39:47 UTC (rev 28076)
+++ scummvm/trunk/engines/saga/interface.cpp	2007-07-14 18:11:14 UTC (rev 28077)
@@ -2029,7 +2029,7 @@
 	h -= 2;
 	ds->vLine(x, y, y + h - 1, odl);
 	ds->hLine(x, ye, x + w - 1, odl);
-	ds->vLine(xe, y, y + h - 1, our);
+	ds->vLine(xe, y, y + h - 2, our);
 	ds->hLine(x + 1, y, x + 1 + w - 2, our);
 
 	x++;
@@ -2042,7 +2042,7 @@
 	((byte *)ds->getBasePtr(xe, ye))[0] = fillColor;
 	ds->vLine(x, y + 1, y + 1 + h - 2, idl);
 	ds->hLine(x + 1, ye, x + 1 + w - 2, idl);
-	ds->vLine(xe, y, y + h - 1, iur);
+	ds->vLine(xe, y, y + h - 2, iur);
 	ds->hLine(x + 1, y, x + 1 + w - 2, iur);
 
 	x++; y++;


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