aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci')
-rw-r--r--engines/sci/engine/object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/engine/object.h b/engines/sci/engine/object.h
index a7be170f4f..74a908a810 100644
--- a/engines/sci/engine/object.h
+++ b/engines/sci/engine/object.h
@@ -47,10 +47,10 @@ enum infoSelectorFlags {
* When set, indicates to game scripts that a screen
* item can be updated.
*/
- kInfoFlagViewVisible = 0x0008, // TODO: "dirty" ?
+ kInfoFlagViewVisible = 0x0008,
/**
- * When set, the object has an associated screen item in
+ * When set, the VM object has an associated ScreenItem in
* the rendering tree.
*/
kInfoFlagViewInserted = 0x0010,