[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.98,2.99

Max Horn fingolfin at users.sourceforge.net
Wed May 14 07:08:07 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv14252

Modified Files:
	gfx.cpp 
Log Message:
fixed light blue EGA palette entry

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.98
retrieving revision 2.99
diff -u -d -r2.98 -r2.99
--- gfx.cpp	14 May 2003 13:30:52 -0000	2.98
+++ gfx.cpp	14 May 2003 14:07:11 -0000	2.99
@@ -2636,7 +2636,7 @@
 	setPalColor( 6, 168,  84,   0);
 	setPalColor( 7, 168, 168, 168);
 	setPalColor( 8,  84,  84,  84);
-	setPalColor( 9,  84,  84, 168);
+	setPalColor( 9,  84,  84, 252);
 	setPalColor(10,   0, 252,   0);
 	setPalColor(11,   0, 252, 252);
 	setPalColor(12, 252,  84,  84);





More information about the Scummvm-git-logs mailing list