diff options
Diffstat (limited to 'engines/titanic/carry/photograph.cpp')
-rw-r--r-- | engines/titanic/carry/photograph.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/carry/photograph.cpp b/engines/titanic/carry/photograph.cpp index a7c5d8d095..7f76f394bd 100644 --- a/engines/titanic/carry/photograph.cpp +++ b/engines/titanic/carry/photograph.cpp @@ -61,6 +61,7 @@ bool CPhotograph::MouseDragEndMsg(CMouseDragEndMsg *msg) { if (target && target->getName() != "NavigationComputer") { warning("TODO: CPhotograph::MouseDragEndMsg"); + return true; } else { return CCarry::MouseDragEndMsg(msg); } |