[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.264,1.265

Max Horn fingolfin at users.sourceforge.net
Tue Aug 10 16:55:15 CEST 2004


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

Modified Files:
	actor.cpp 
Log Message:
Added a FIXME, maybe Kirben (or whoever add this stuff) can comment on this :-)

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -d -r1.264 -r1.265
--- actor.cpp	5 Aug 2004 20:14:43 -0000	1.264
+++ actor.cpp	10 Aug 2004 23:54:15 -0000	1.265
@@ -1053,6 +1053,11 @@
 
 	bcr->_draw_bottom = bottom = 0;
 	bcr->_skipLimb = (skipLimb != 0);
+	
+	// FIXME: Why do the _actorDrawVirScr and actorDrawVirScr variable exist, and even
+	// gets saved? I (Fingolfin) can't see any reason for this... looking how they are
+	//  used,it appears we could just get rid of _actorDrawVirScr and instead add params
+	// to drawActorCostume() and drawCostume() which do their job....
 	bcr->_actorDrawVirScr = (actorDrawVirScr != 0);
 
 	// If the actor is partially hidden, redraw it next frame.





More information about the Scummvm-git-logs mailing list