aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-29 07:54:54 -0400
committerPaul Gilbert2016-07-10 16:22:40 -0400
commitb117bae55a52efdfd0e7593e4e3038d22101d8bc (patch)
tree7d57ee8c7c95bfb2f854fb106cf843f9bd2413e9 /engines/titanic/pet_control/pet_control.h
parent487f2cef0f0be9bae3b815623b4dceb02e466ce0 (diff)
downloadscummvm-rg350-b117bae55a52efdfd0e7593e4e3038d22101d8bc.tar.gz
scummvm-rg350-b117bae55a52efdfd0e7593e4e3038d22101d8bc.tar.bz2
scummvm-rg350-b117bae55a52efdfd0e7593e4e3038d22101d8bc.zip
TITANIC: Implemented conversations text input entry
Diffstat (limited to 'engines/titanic/pet_control/pet_control.h')
-rw-r--r--engines/titanic/pet_control/pet_control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_control.h b/engines/titanic/pet_control/pet_control.h
index bd896575ce..7e720b7b10 100644
--- a/engines/titanic/pet_control/pet_control.h
+++ b/engines/titanic/pet_control/pet_control.h
@@ -56,8 +56,7 @@ private:
CPetControlSub5 _sub5;
CPetControlSub7 _sub7;
CPetFrame _frame;
- CTreeItem *_treeItem1;
- CString _string1;
+ CString _activeNPCName;
CTreeItem *_treeItem2;
CString _string2;
CRoomItem *_hiddenRoom;
@@ -107,6 +106,7 @@ protected:
bool TimerMsg(CTimerMsg *msg);
public:
PetArea _currentArea;
+ CTreeItem *_activeNPC;
public:
CLASSDEF
CPetControl();