aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_section.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-29 20:25:19 -0400
committerPaul Gilbert2016-07-10 16:37:35 -0400
commit7af7838b863893b1a67dfc3a7d82fe0febff8b07 (patch)
tree00c79934d23a116053695731d3ec5673cd757f09 /engines/titanic/pet_control/pet_section.h
parente47494a4894301cf4034c6aad4abd65f45b38eca (diff)
downloadscummvm-rg350-7af7838b863893b1a67dfc3a7d82fe0febff8b07.tar.gz
scummvm-rg350-7af7838b863893b1a67dfc3a7d82fe0febff8b07.tar.bz2
scummvm-rg350-7af7838b863893b1a67dfc3a7d82fe0febff8b07.zip
TITANIC: Implement PET Conversations displayNPC
Diffstat (limited to 'engines/titanic/pet_control/pet_section.h')
-rw-r--r--engines/titanic/pet_control/pet_section.h6
1 files changed, 5 insertions, 1 deletions
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() {}