aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/drop_target.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-07-08 21:15:28 -0400
committerPaul Gilbert2017-07-08 21:15:28 -0400
commitf513194d1b4e44400c4b6ab1e5e7224f599137f5 (patch)
treed574919ea33cd504bd71567cea56b3ab2817388a /engines/titanic/core/drop_target.h
parent4b57eae3c3a8313d2072235476546ef3dc7f5b23 (diff)
downloadscummvm-rg350-f513194d1b4e44400c4b6ab1e5e7224f599137f5.tar.gz
scummvm-rg350-f513194d1b4e44400c4b6ab1e5e7224f599137f5.tar.bz2
scummvm-rg350-f513194d1b4e44400c4b6ab1e5e7224f599137f5.zip
TITANIC: Rename CDropTarget _showItem to _hideItem
Diffstat (limited to 'engines/titanic/core/drop_target.h')
-rw-r--r--engines/titanic/core/drop_target.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/drop_target.h b/engines/titanic/core/drop_target.h
index d77efb4ce3..3536f2afed 100644
--- a/engines/titanic/core/drop_target.h
+++ b/engines/titanic/core/drop_target.h
@@ -40,7 +40,7 @@ protected:
CString _itemMatchName;
bool _itemMatchStartsWith;
CString _soundName;
- bool _showItem;
+ bool _hideItem;
CString _itemName;
bool _dropEnabled;
int _dropFrame;