[Scummvm-cvs-logs] CVS: scummvm/scumm costume.cpp,1.28,1.29

Max Horn fingolfin at users.sourceforge.net
Tue Apr 22 13:51:28 CEST 2003


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

Modified Files:
	costume.cpp 
Log Message:
added FIXME comment (aquadran, comments?)

Index: costume.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/costume.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- costume.cpp	22 Apr 2003 20:48:52 -0000	1.28
+++ costume.cpp	22 Apr 2003 20:50:55 -0000	1.29
@@ -1327,6 +1327,10 @@
 			memset(_palette, 8, 16);
 			_palette[12] = 0;
 		}
+		// FIXME: is this actually anything more than a guess (i.e. verified by disassmbly) ?
+		// A more "logical" thing would be if any 255 values in _palette are replaced
+		// by this value, at least that would closely parallel the actor palette usage in
+		// newer games (see below).
 		_palette[_loaded._ptr[8]] = _palette[0];
 	} else {
 		for (i = 0; i < _loaded._numColors; i++) {





More information about the Scummvm-git-logs mailing list