aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_rooms_glyphs.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_rooms_glyphs.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_rooms_glyphs.h')
-rw-r--r--engines/titanic/pet_control/pet_rooms_glyphs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_rooms_glyphs.h b/engines/titanic/pet_control/pet_rooms_glyphs.h
index 2832438fc9..d08be131c8 100644
--- a/engines/titanic/pet_control/pet_rooms_glyphs.h
+++ b/engines/titanic/pet_control/pet_rooms_glyphs.h
@@ -63,9 +63,9 @@ public:
virtual void draw2(CScreenManager *screenManager) {}
/**
- * Handles mouse button down messages
+ *
*/
- virtual void MouseButtonDownMsg(const Point &pt);
+ virtual void proc28(const Point &pt);
virtual int proc29(const Point &pt);
virtual void proc32();