[Scummvm-cvs-logs] CVS: scummvm actor.cpp,1.18,1.19

Ludvig Strigeus strigeus at users.sourceforge.net
Tue Dec 11 05:36:02 CET 2001


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv12652

Modified Files:
	actor.cpp 
Log Message:
fixed typo

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/actor.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** actor.cpp	2001/12/11 13:34:15	1.18
--- actor.cpp	2001/12/11 13:35:16	1.19
***************
*** 1090,1095 ****
  		if (!a->unk1 || akpl_color>=16) {
  			if (r_fact!=256) r = (r*r_fact) >> 8;
! 			if (r_fact!=256) g = (g*g_fact) >> 8;
! 			if (r_fact!=256) b = (b*b_fact) >> 8;
  			a->palette[i]=remapPaletteColor(r,g,b,threshold);
  		}
--- 1090,1095 ----
  		if (!a->unk1 || akpl_color>=16) {
  			if (r_fact!=256) r = (r*r_fact) >> 8;
! 			if (g_fact!=256) g = (g*g_fact) >> 8;
! 			if (b_fact!=256) b = (b*b_fact) >> 8;
  			a->palette[i]=remapPaletteColor(r,g,b,threshold);
  		}





More information about the Scummvm-git-logs mailing list