aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_control.cpp')
-rw-r--r--engines/titanic/pet_control/pet_control.cpp12
1 files changed, 10 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_control.cpp b/engines/titanic/pet_control/pet_control.cpp
index 37af6f7d0a..bc2ab036b2 100644
--- a/engines/titanic/pet_control/pet_control.cpp
+++ b/engines/titanic/pet_control/pet_control.cpp
@@ -211,8 +211,16 @@ PetArea CPetControl::setArea(PetArea newArea) {
return newArea;
}
-void CPetControl::fn2(int val) {
- _sections[_currentArea]->proc38(val);
+void CPetControl::hideCursor() {
+ _sections[_currentArea]->hideCursor();
+}
+
+void CPetControl::showCursor() {
+ _sections[_currentArea]->showCursor();
+}
+
+void CPetControl::highlightGlyph(int id) {
+ _sections[_currentArea]->highlight(id);
}
void CPetControl::fn3(CTreeItem *item) {