aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_section.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-29 20:52:11 -0400
committerPaul Gilbert2016-07-10 16:37:36 -0400
commit6de4295cc3e691a7d3806cd27be525037eb173fc (patch)
treec7802324f07200e669c732f41de1f69f2c71152f /engines/titanic/pet_control/pet_section.h
parent7af7838b863893b1a67dfc3a7d82fe0febff8b07 (diff)
downloadscummvm-rg350-6de4295cc3e691a7d3806cd27be525037eb173fc.tar.gz
scummvm-rg350-6de4295cc3e691a7d3806cd27be525037eb173fc.tar.bz2
scummvm-rg350-6de4295cc3e691a7d3806cd27be525037eb173fc.zip
TITANIC: Identifiied Pet Section showCursor & hideCursor methods
Diffstat (limited to 'engines/titanic/pet_control/pet_section.h')
-rw-r--r--engines/titanic/pet_control/pet_section.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/engines/titanic/pet_control/pet_section.h b/engines/titanic/pet_control/pet_section.h
index 995feee27b..692c8b9100 100644
--- a/engines/titanic/pet_control/pet_section.h
+++ b/engines/titanic/pet_control/pet_section.h
@@ -156,13 +156,22 @@ public:
/**
* Display a title for an NPC
*/
- virtual void displayNPC(CGameObject *npc);
+ virtual void displayNPCName(CGameObject *npc) {}
virtual void proc33() {}
virtual void proc34() {}
virtual void proc35() {}
- virtual void proc36() {}
- virtual void proc37() {}
+
+ /**
+ * Show the text cursor
+ */
+ virtual void showCursor() {}
+
+ /**
+ * Hide the text cursor
+ */
+ virtual void hideCursor() {}
+
virtual void proc38(int val) {}
/**