aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_drag_chev.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-07-18 22:32:28 -0400
committerPaul Gilbert2016-07-18 22:32:28 -0400
commit2ea4116e0ac29c73cad891cb194e16ba645786fa (patch)
tree3a3db89fc5eaa8f7c66ffd49c87f4730b4bc88ae /engines/titanic/pet_control/pet_drag_chev.cpp
parent18e06f727ab55eb232a8f97c09cb9950b29eeef8 (diff)
downloadscummvm-rg350-2ea4116e0ac29c73cad891cb194e16ba645786fa.tar.gz
scummvm-rg350-2ea4116e0ac29c73cad891cb194e16ba645786fa.tar.bz2
scummvm-rg350-2ea4116e0ac29c73cad891cb194e16ba645786fa.zip
TITANIC: gcc compilation fixes
Diffstat (limited to 'engines/titanic/pet_control/pet_drag_chev.cpp')
-rw-r--r--engines/titanic/pet_control/pet_drag_chev.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_drag_chev.cpp b/engines/titanic/pet_control/pet_drag_chev.cpp
index beaac4e763..d437d43799 100644
--- a/engines/titanic/pet_control/pet_drag_chev.cpp
+++ b/engines/titanic/pet_control/pet_drag_chev.cpp
@@ -28,7 +28,9 @@
namespace Titanic {
BEGIN_MESSAGE_MAP(CPetDragChev, CPetGraphic2)
-
+ ON_MESSAGE(MouseDragStartMsg)
+ ON_MESSAGE(MouseDragMoveMsg)
+ ON_MESSAGE(MouseDragEndMsg)
END_MESSAGE_MAP()
void CPetDragChev::save(SimpleFile *file, int indent) {