From 0146a3c6b6bdb16eef6f46e116b0d9fe9883858f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 26 Jun 2016 07:23:15 -0400 Subject: TITANIC: Added remaining CPetControl methods --- engines/titanic/pet_control/pet_section.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'engines/titanic/pet_control/pet_section.h') diff --git a/engines/titanic/pet_control/pet_section.h b/engines/titanic/pet_control/pet_section.h index 5ae86b785c..58938c56c0 100644 --- a/engines/titanic/pet_control/pet_section.h +++ b/engines/titanic/pet_control/pet_section.h @@ -161,7 +161,10 @@ public: */ virtual void enterRoom(CRoomItem *room) {} - virtual void proc25(int val); + /** + * Called when a previously set up PET timer expires + */ + virtual void timerExpired(int val); /** * Get a reference to the tooltip text associated with the section @@ -205,7 +208,10 @@ public: */ virtual void setNPC(const CString &name) {} - virtual void proc35() {} + /** + * Resets the active NPC + */ + virtual void resetNPC() {} /** * Show the text cursor -- cgit v1.2.3