From cafde797732d62241207fb39b66456a69a0eb3c1 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 19 Jun 2016 22:20:32 -0400 Subject: TITANIC: Added PET cursor related methods --- engines/titanic/pet_control/pet_remote.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/titanic/pet_control/pet_remote.cpp') 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); } -- cgit v1.2.3