diff options
-rw-r--r-- | engines/titanic/game/head_slot.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/titanic/game/head_slot.cpp b/engines/titanic/game/head_slot.cpp index b0b7ee14be..5c9f55280d 100644 --- a/engines/titanic/game/head_slot.cpp +++ b/engines/titanic/game/head_slot.cpp @@ -176,9 +176,11 @@ bool CHeadSlot::MouseDragStartMsg(CMouseDragStartMsg *msg) { stopMovie(); loadFrame(0); playMovie(0, _fieldDC, 0); + + return true; } - return true; + return false; } } // End of namespace Titanic |