From fc1b116f1242d1171ae97255eed1f83f931ec256 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 25 May 2005 12:58:40 +0000 Subject: Update comment svn-id: r18250 --- scumm/script_v80he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp index c9e6e91286..d16ff17b23 100644 --- a/scumm/script_v80he.cpp +++ b/scumm/script_v80he.cpp @@ -609,7 +609,7 @@ void ScummEngine_v80he::o80_drawWizPolygon() { * @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); -- cgit v1.2.3