aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_sound.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-28 18:33:01 -0400
committerPaul Gilbert2016-07-10 16:22:32 -0400
commitb324d2ea6cd422bafd846642ed54620abe7e32ea (patch)
treecf203de4c96458efaa4406e21ef2cfa429a30aeb /engines/titanic/pet_control/pet_sound.h
parente778ac8bcd6c2e0a026c813614c884e5044110c3 (diff)
downloadscummvm-rg350-b324d2ea6cd422bafd846642ed54620abe7e32ea.tar.gz
scummvm-rg350-b324d2ea6cd422bafd846642ed54620abe7e32ea.tar.bz2
scummvm-rg350-b324d2ea6cd422bafd846642ed54620abe7e32ea.zip
TITANIC: FIx confusion between mouse down & up messages in CPetGlyph hierarchy
Diffstat (limited to 'engines/titanic/pet_control/pet_sound.h')
-rw-r--r--engines/titanic/pet_control/pet_sound.h5
1 files changed, 2 insertions, 3 deletions
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