aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_remote.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-06-19 22:20:32 -0400
committerPaul Gilbert2016-07-15 19:23:51 -0400
commitcafde797732d62241207fb39b66456a69a0eb3c1 (patch)
tree649e8124fab032aaf0a8bd07a41b9d72ddb8209d /engines/titanic/pet_control/pet_remote.cpp
parent701caa956ca652256504a1dd6a82e24a853323ac (diff)
downloadscummvm-rg350-cafde797732d62241207fb39b66456a69a0eb3c1.tar.gz
scummvm-rg350-cafde797732d62241207fb39b66456a69a0eb3c1.tar.bz2
scummvm-rg350-cafde797732d62241207fb39b66456a69a0eb3c1.zip
TITANIC: Added PET cursor related methods
Diffstat (limited to 'engines/titanic/pet_control/pet_remote.cpp')
-rw-r--r--engines/titanic/pet_control/pet_remote.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_remote.cpp b/engines/titanic/pet_control/pet_remote.cpp
index aac0dc8146..6f133259a8 100644
--- a/engines/titanic/pet_control/pet_remote.cpp
+++ b/engines/titanic/pet_control/pet_remote.cpp
@@ -214,8 +214,8 @@ CPetGfxElement *CPetRemote::getElement(uint id) {
}
}
-void CPetRemote::proc38(int val) {
- int highlightIndex = getHighlightIndex((RemoteGlyph)val);
+void CPetRemote::highlight(int id) {
+ int highlightIndex = getHighlightIndex((RemoteGlyph)id);
if (highlightIndex != -1)
_items.highlight(highlightIndex);
}