[Scummvm-cvs-logs] CVS: scummvm actor.cpp,1.112,1.113 actor.h,1.17,1.18

Max Horn fingolfin at users.sourceforge.net
Mon Aug 19 10:24:03 CEST 2002


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

Modified Files:
	actor.cpp actor.h 
Log Message:
added lights support to the costume renderer; begun work on flashlight support (no real code yet :-)

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/actor.cpp,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- actor.cpp	18 Aug 2002 13:55:30 -0000	1.112
+++ actor.cpp	19 Aug 2002 17:23:47 -0000	1.113
@@ -1308,7 +1308,7 @@
 	return ptr;
 }
 
-void Actor::remapActor(int r_fact, int g_fact, int b_fact, int threshold)
+void Actor::remapActorPalette(int r_fact, int g_fact, int b_fact, int threshold)
 {
 	byte *akos, *rgbs, *akpl;
 	int akpl_size, i;

Index: actor.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/actor.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- actor.h	18 Aug 2002 13:55:30 -0000	1.17
+++ actor.h	19 Aug 2002 17:23:48 -0000	1.18
@@ -151,7 +151,7 @@
 	byte *getActorName();
 	void startWalkActor(int x, int y, int dir);
 
-	void remapActor(int b, int c, int d, int e);
+	void remapActorPalette(int r_fact, int g_fact, int b_fact, int threshold);
 	void walkActorOld();
 
 	void animateActor(int anim);





More information about the Scummvm-git-logs mailing list