aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/multi_drop_target.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/multi_drop_target.h')
-rw-r--r--engines/titanic/core/multi_drop_target.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/core/multi_drop_target.h b/engines/titanic/core/multi_drop_target.h
index ab552f96e1..048ce9df23 100644
--- a/engines/titanic/core/multi_drop_target.h
+++ b/engines/titanic/core/multi_drop_target.h
@@ -31,11 +31,11 @@ class CMultiDropTarget : public CDropTarget {
DECLARE_MESSAGE_MAP;
bool DropObjectMsg(CDropObjectMsg *msg);
public:
- CString _string5;
- CString _string6;
+ CString _dropFrames;
+ CString _dropNames;
public:
CLASSDEF;
- CMultiDropTarget() : CDropTarget(), _string5("1,2") {}
+ CMultiDropTarget() : CDropTarget(), _dropFrames("1,2") {}
/**
* Save the data for the class to file