[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.278,2.279

Max Horn fingolfin at users.sourceforge.net
Sun Jul 18 10:09:03 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21940/scumm

Modified Files:
	gfx.cpp 
Log Message:
Tiny cleanup ;-)

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.278
retrieving revision 2.279
diff -u -d -r2.278 -r2.279
--- gfx.cpp	27 Jun 2004 10:54:31 -0000	2.278
+++ gfx.cpp	18 Jul 2004 17:08:00 -0000	2.279
@@ -878,7 +878,7 @@
 
 	// Round the corners. To do so, we simply hard-code a set of nicely
 	// rounded corners.
-	int corner_data[] = { 8, 6, 4, 3, 2, 2, 1, 1 };
+	static const int corner_data[] = { 8, 6, 4, 3, 2, 2, 1, 1 };
 	int minrow = 0;
 	int maxcol = _flashlight.w - 1;
 	int maxrow = (_flashlight.h - 1) * vs->width;





More information about the Scummvm-git-logs mailing list