[Scummvm-cvs-logs] CVS: scummvm/kyra screen.cpp,1.1,1.2

Gregory Montoir cyx at users.sourceforge.net
Fri Aug 19 15:25:26 CEST 2005


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

Modified Files:
	screen.cpp 
Log Message:
correction in setTextColor()

Index: screen.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/kyra/screen.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- screen.cpp	19 Aug 2005 22:12:09 -0000	1.1
+++ screen.cpp	19 Aug 2005 22:23:13 -0000	1.2
@@ -1,5 +1,5 @@
 /* ScummVM - Scumm Interpreter
- * Copyright (C) 2003-2005 The ScummVM project
+ * Copyright (C) 2004-2005 The ScummVM project
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -164,7 +164,7 @@
 
 void Screen::setTextColorMap(const uint8 *cmap) {
 	debug(9, "Screen::setTextColorMap(0x%X)", cmap);
-	setTextColor(cmap, 0, 15);
+	setTextColor(cmap, 0, 11);
 }
 
 void Screen::setTextColor(const uint8 *cmap, int a, int b) {





More information about the Scummvm-git-logs mailing list