[Scummvm-cvs-logs] CVS: scummvm/scumm script_v80he.cpp,2.117,2.118

kirben kirben at users.sourceforge.net
Wed May 25 06:02:36 CEST 2005


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

Modified Files:
	script_v80he.cpp 
Log Message:

Update comment


Index: script_v80he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v80he.cpp,v
retrieving revision 2.117
retrieving revision 2.118
diff -u -d -r2.117 -r2.118
--- script_v80he.cpp	23 May 2005 03:33:08 -0000	2.117
+++ script_v80he.cpp	25 May 2005 12:58:40 -0000	2.118
@@ -609,7 +609,7 @@
  * @param step	the step size used to render the line, only ever 'step'th point is drawn
  * @param type	the line type -- points are rendered by drawing actors (type == 2),
  *              wiz images (type == 3), or pixels (any other type)
- * @param id	the (optional) id of an actor or wizimage
+ * @param id	the id of an actor, wizimage or color (low bit) & flag (high bit)
  */
 void ScummEngine_v80he::drawLine(int x1, int y1, int x, int y, int step, int type, int id) {
 	debug(0,"drawLine: x1 %d y1 %d x %d y %d, step %d type %d id %d", x1, y1, x, y, step, type, id);	





More information about the Scummvm-git-logs mailing list