From 7af7838b863893b1a67dfc3a7d82fe0febff8b07 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 29 Apr 2016 20:25:19 -0400 Subject: TITANIC: Implement PET Conversations displayNPC --- engines/titanic/pet_control/pet_section.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (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 d582f38f0d..995feee27b 100644 --- a/engines/titanic/pet_control/pet_section.h +++ b/engines/titanic/pet_control/pet_section.h @@ -153,7 +153,11 @@ public: virtual CGameObject *getBackground(int index) const { return nullptr; } - virtual void proc32() {} + /** + * Display a title for an NPC + */ + virtual void displayNPC(CGameObject *npc); + virtual void proc33() {} virtual void proc34() {} virtual void proc35() {} -- cgit v1.2.3