aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-05-25 12:58:40 +0000
committerTravis Howell2005-05-25 12:58:40 +0000
commitfc1b116f1242d1171ae97255eed1f83f931ec256 (patch)
tree4e5d8fe08957beebda7677b4bf7ced64bd291511 /scumm
parent71b484fead865f31e1f51c5fcec395bc3217c9ec (diff)
downloadscummvm-rg350-fc1b116f1242d1171ae97255eed1f83f931ec256.tar.gz
scummvm-rg350-fc1b116f1242d1171ae97255eed1f83f931ec256.tar.bz2
scummvm-rg350-fc1b116f1242d1171ae97255eed1f83f931ec256.zip
Update comment
svn-id: r18250
Diffstat (limited to 'scumm')
-rw-r--r--scumm/script_v80he.cpp2
1 files changed, 1 insertions, 1 deletions
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);