[Scummvm-cvs-logs] CVS: scummvm/saga gfx.cpp,1.64,1.65

Eugene Sandulenko sev at users.sourceforge.net
Tue Oct 4 19:03:09 CEST 2005


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

Modified Files:
	gfx.cpp 
Log Message:
oops. reverted last change.


Index: gfx.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/gfx.cpp,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- gfx.cpp	5 Oct 2005 02:00:17 -0000	1.64
+++ gfx.cpp	5 Oct 2005 02:01:52 -0000	1.65
@@ -203,8 +203,8 @@
 		from = 0;
 		numcolors = PAL_ENTRIES;
 	} else {
-		from = 1;
-		numcolors = 247;
+		from = 0;
+		numcolors = 248;
 	}
 
 	for (i = 0, ppal = &_currentPal[from * 4]; i < numcolors; i++, ppal += 4) {
@@ -273,8 +273,8 @@
 		from = 0;
 		numcolors = PAL_ENTRIES;
 	} else {
-		from = 1;
-		numcolors = 247;
+		from = 0;
+		numcolors = 248;
 	}
 
 	if (percent > 1.0) {
@@ -338,8 +338,8 @@
 		from = 0;
 		numcolors = PAL_ENTRIES;
 	} else {
-		from = 1;
-		numcolors = 247;
+		from = 0;
+		numcolors = 248;
 	}
 
 	if (percent > 1.0) {





More information about the Scummvm-git-logs mailing list