[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.284,2.285

Max Horn fingolfin at users.sourceforge.net
Sat Aug 14 12:53:01 CEST 2004


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

Modified Files:
	gfx.cpp 
Log Message:
Fix MI2 intro text colors

Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.284
retrieving revision 2.285
diff -u -d -r2.284 -r2.285
--- gfx.cpp	14 Aug 2004 19:41:59 -0000	2.284
+++ gfx.cpp	14 Aug 2004 19:52:20 -0000	2.285
@@ -163,7 +163,7 @@
 #pragma mark -
 
 
-#define CHARSET_MASK_TRANSPARENCY	254
+#define CHARSET_MASK_TRANSPARENCY	253
 
 Gdi::Gdi(ScummEngine *vm) {
 	memset(this, 0, sizeof(*this));





More information about the Scummvm-git-logs mailing list