diff options
Diffstat (limited to 'engines/titanic/core/drop_target.h')
-rw-r--r-- | engines/titanic/core/drop_target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/drop_target.h b/engines/titanic/core/drop_target.h index e07b640c9f..bdf8891789 100644 --- a/engines/titanic/core/drop_target.h +++ b/engines/titanic/core/drop_target.h @@ -42,7 +42,7 @@ protected: CString _soundName; bool _showItem; CString _itemName; - int _fieldF4; + bool _dropEnabled; int _dropFrame; int _dragFrame; CString _clipName; |