From d6b84cd9e16ac584c5b57b1b94e1d071c30060ce Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 29 Apr 2016 19:34:36 -0400 Subject: TITANIC: Added PET Conversations leave and Text Cursor hide --- engines/titanic/pet_control/pet_conversations.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'engines/titanic/pet_control/pet_conversations.h') diff --git a/engines/titanic/pet_control/pet_conversations.h b/engines/titanic/pet_control/pet_conversations.h index ca85e14583..c7fb207615 100644 --- a/engines/titanic/pet_control/pet_conversations.h +++ b/engines/titanic/pet_control/pet_conversations.h @@ -97,9 +97,14 @@ private: void summonNPC(const CString &name); /** - * Adds an NPC timer + * Starts the NPC timer */ - void addNPCTimer(); + void startNPCTimer(); + + /** + * Stops the NPC timer + */ + void stopNPCTimer(); /** * Handle a keypress -- cgit v1.2.3