aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorColin Snover2016-11-11 10:27:25 -0600
committerColin Snover2016-12-03 12:21:55 -0600
commit3e7f08834dd01b43fb73ad62f6b7ea6c16b03d47 (patch)
tree97febab5bfb3e71b3f948fdc2d73e0ba6f381e37 /engines
parentd03508e8ce7eebc2b122e62f35acd4d6033c4b36 (diff)
downloadscummvm-rg350-3e7f08834dd01b43fb73ad62f6b7ea6c16b03d47.tar.gz
scummvm-rg350-3e7f08834dd01b43fb73ad62f6b7ea6c16b03d47.tar.bz2
scummvm-rg350-3e7f08834dd01b43fb73ad62f6b7ea6c16b03d47.zip
SCI: Clean up some comments
Diffstat (limited to 'engines')
-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,