aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_glyphs.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-23 11:16:33 -0400
committerPaul Gilbert2016-07-10 16:11:47 -0400
commit58e1a807f3c7c9e0342ef1edd964d6d13de57dc3 (patch)
tree8ba734b03ca8ccaef46077a0de6ca7b523b830f0 /engines/titanic/pet_control/pet_glyphs.h
parent990f7b87c1b328b0cb2b663d37f4a1de50edf56c (diff)
downloadscummvm-rg350-58e1a807f3c7c9e0342ef1edd964d6d13de57dc3.tar.gz
scummvm-rg350-58e1a807f3c7c9e0342ef1edd964d6d13de57dc3.tar.bz2
scummvm-rg350-58e1a807f3c7c9e0342ef1edd964d6d13de57dc3.zip
TITANIC: Clean up on element highlighting
Diffstat (limited to 'engines/titanic/pet_control/pet_glyphs.h')
-rw-r--r--engines/titanic/pet_control/pet_glyphs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_glyphs.h b/engines/titanic/pet_control/pet_glyphs.h
index 496654762e..24d0a0840b 100644
--- a/engines/titanic/pet_control/pet_glyphs.h
+++ b/engines/titanic/pet_control/pet_glyphs.h
@@ -110,7 +110,7 @@ public:
*/
virtual void draw2(CScreenManager *screenManager) {}
- virtual void proc14(const Point &pt);
+ virtual void proc14();
/**
* Get the bounds for the glyph
@@ -150,7 +150,7 @@ public:
/**
* Highlight any currently highlighted element
*/
- virtual void highlightCurrent() {}
+ virtual void highlightCurrent(const Point &pt) {}
virtual void proc27(const Point &pt, bool flag) {}
virtual void proc28(const Point &pt) {}