[Scummvm-cvs-logs] CVS: scummvm/scumm scummvm.cpp,2.508,2.509

Travis Howell kirben at users.sourceforge.net
Mon Dec 15 08:12:13 CET 2003


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

Modified Files:
	scummvm.cpp 
Log Message:

Add comment


Index: scummvm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scummvm.cpp,v
retrieving revision 2.508
retrieving revision 2.509
diff -u -d -r2.508 -r2.509
--- scummvm.cpp	15 Dec 2003 15:16:01 -0000	2.508
+++ scummvm.cpp	15 Dec 2003 16:11:43 -0000	2.509
@@ -1013,6 +1013,11 @@
 	for (i = 0; i < 256; i++)
 		_roomPalette[i] = i;
 	if (_version == 1) {
+		// Use 17 color table for v1 games to allow
+		// correct color for inventory and sentence
+		// line
+		// Original games used some kind of dynamic
+		// color table remapping between rooms
 		if (_gameId == GID_MANIAC)
 			setupV1ManiacPalette();
 		else





More information about the Scummvm-git-logs mailing list