aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/sweets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/sweets.cpp')
-rw-r--r--engines/titanic/carry/sweets.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/titanic/carry/sweets.cpp b/engines/titanic/carry/sweets.cpp
index faf3ad9dea..71295a3441 100644
--- a/engines/titanic/carry/sweets.cpp
+++ b/engines/titanic/carry/sweets.cpp
@@ -24,6 +24,10 @@
namespace Titanic {
+BEGIN_MESSAGE_MAP(CSweets, CCarry)
+ ON_MESSAGE(MouseButtonUpMsg)
+END_MESSAGE_MAP()
+
CSweets::CSweets() : CCarry() {
}
@@ -37,4 +41,8 @@ void CSweets::load(SimpleFile *file) {
CCarry::load(file);
}
+bool CSweets::MouseButtonUpMsg(CMouseButtonUpMsg *msg) {
+ return true;
+}
+
} // End of namespace Titanic