From 287a9f6ef2ceb1cac4fef74832b3fdee9987ecf1 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 30 Apr 2016 07:35:04 -0400 Subject: TITANIC: Implement display of tooltips in RealLife --- engines/titanic/pet_control/pet_glyphs.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/titanic/pet_control/pet_glyphs.h') diff --git a/engines/titanic/pet_control/pet_glyphs.h b/engines/titanic/pet_control/pet_glyphs.h index 792050166c..12f66870c6 100644 --- a/engines/titanic/pet_control/pet_glyphs.h +++ b/engines/titanic/pet_control/pet_glyphs.h @@ -118,7 +118,10 @@ public: */ virtual void draw2(CScreenManager *screenManager) {} - virtual void proc14(); + /** + * Updates the tooltip being shown for the glyph + */ + virtual void updateTooltip(); /** * Get the bounds for the glyph -- cgit v1.2.3