From b324d2ea6cd422bafd846642ed54620abe7e32ea Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 28 Apr 2016 18:33:01 -0400 Subject: TITANIC: FIx confusion between mouse down & up messages in CPetGlyph hierarchy --- engines/titanic/pet_control/pet_sound.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engines/titanic/pet_control/pet_sound.h') diff --git a/engines/titanic/pet_control/pet_sound.h b/engines/titanic/pet_control/pet_sound.h index 267bd03309..c4b663ad44 100644 --- a/engines/titanic/pet_control/pet_sound.h +++ b/engines/titanic/pet_control/pet_sound.h @@ -69,10 +69,9 @@ public: virtual void draw2(CScreenManager *screenManager); /** - * Checks and updates any highlight of the glyph or any contextual - * information it displays + * Called for mouse button down messages */ - virtual bool checkHighlight(const Point &pt); + virtual bool MouseButtonDownMsg(const Point &pt); /** * Called when mouse drag starts -- cgit v1.2.3