From 3e7f08834dd01b43fb73ad62f6b7ea6c16b03d47 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Fri, 11 Nov 2016 10:27:25 -0600 Subject: SCI: Clean up some comments --- engines/sci/engine/object.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sci') 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, -- cgit v1.2.3