[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.cpp,2.162,2.163
Torbj?rn Andersson
eriktorbjorn at users.sourceforge.net
Tue Jun 17 07:53:06 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv14683
Modified Files:
gfx.cpp
Log Message:
Tweaks to colours 10, 11, 13 and 14 in the EGA palette. They don't make
much difference visually, but this way I understand where the colours come
from. (Except for colour 6 which seems to be some sort of exception.)
Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.cpp,v
retrieving revision 2.162
retrieving revision 2.163
diff -u -d -r2.162 -r2.163
--- gfx.cpp 17 Jun 2003 13:06:40 -0000 2.162
+++ gfx.cpp 17 Jun 2003 14:52:23 -0000 2.163
@@ -2526,12 +2526,12 @@
setPalColor( 7, 168, 168, 168);
setPalColor( 8, 84, 84, 84);
setPalColor( 9, 84, 84, 252);
- setPalColor(10, 0, 252, 0);
- setPalColor(11, 0, 252, 252);
+ setPalColor(10, 84, 252, 84);
+ setPalColor(11, 84, 252, 252);
setPalColor(12, 252, 84, 84); // PC
// setPalColor(12, 252, 144, 144); // Amiga value gives nicer skin colour
- setPalColor(13, 252, 0, 252);
- setPalColor(14, 252, 252, 0);
+ setPalColor(13, 252, 84, 252);
+ setPalColor(14, 252, 252, 84);
setPalColor(15, 252, 252, 252);
}
More information about the Scummvm-git-logs
mailing list