From f513194d1b4e44400c4b6ab1e5e7224f599137f5 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 8 Jul 2017 21:15:28 -0400 Subject: TITANIC: Rename CDropTarget _showItem to _hideItem --- engines/titanic/core/drop_target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/core/drop_target.h') 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; -- cgit v1.2.3