From d971edf02ea8074b71be852fdcee48e095ff49a9 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 16 Apr 2016 23:16:30 -0400 Subject: TITANIC: Stubs for selecting highlighted PET glyph --- engines/titanic/pet_control/pet_glyphs.cpp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'engines/titanic/pet_control/pet_glyphs.cpp') diff --git a/engines/titanic/pet_control/pet_glyphs.cpp b/engines/titanic/pet_control/pet_glyphs.cpp index 057025c03d..41ac4ae5e1 100644 --- a/engines/titanic/pet_control/pet_glyphs.cpp +++ b/engines/titanic/pet_control/pet_glyphs.cpp @@ -50,7 +50,7 @@ bool CPetGlyph::translateContains(const Point &delta, const Point &pt) { /*------------------------------------------------------------------------*/ void CPetGlyphs::clear() { - fn1(-1); + changeHighlight(-1); destroyContents(); _field10 = 0; } @@ -75,8 +75,12 @@ void CPetGlyphs::draw(CScreenManager *screenManager) { warning("TODO: CPetGlyphs::draw"); } -void CPetGlyphs::fn1(int val) { - warning("TODO: CPetGlyphs::fn1"); +void CPetGlyphs::changeHighlight(int index) { + warning("TODO: CPetGlyphs::changeHighlight"); +} + +void CPetGlyphs::highlight(int index) { + warning("TODO: CPetGlyphs::highlight"); } } // End of namespace Titanic -- cgit v1.2.3