From 41a3c83bc6444550c9e4ea1a5918450403e0e5ee Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 22 Jul 2016 12:44:14 -0400 Subject: TITANIC: Fleshing out PET RealLife Load functionality --- engines/titanic/pet_control/pet_save.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'engines/titanic/pet_control/pet_save.h') diff --git a/engines/titanic/pet_control/pet_save.h b/engines/titanic/pet_control/pet_save.h index 106d499d96..d37f4e3012 100644 --- a/engines/titanic/pet_control/pet_save.h +++ b/engines/titanic/pet_control/pet_save.h @@ -34,6 +34,11 @@ public: */ virtual bool reset(); + /** + * Handles mouse button up messages + */ + virtual bool MouseButtonUpMsg(const Point &pt); + /** * Unhighlight any currently highlighted element */ @@ -42,7 +47,7 @@ public: /** * Highlight any currently highlighted element */ - virtual void highlightCurrent() { highlightSave(_savegameSlotNum); } + virtual void highlightCurrent(); /** * Returns the tooltip text for when the glyph is selected -- cgit v1.2.3