From a97c90c903d1fc1c649a27cea44e6525d0d67caa Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Sun, 12 Dec 2010 19:01:27 +0000 Subject: MOHAWK: Always run kLBEventMouseUpIn, for now svn-id: r54887 --- engines/mohawk/livingbooks.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp index 2f79fdeedd..85d4d57db8 100644 --- a/engines/mohawk/livingbooks.cpp +++ b/engines/mohawk/livingbooks.cpp @@ -1971,6 +1971,7 @@ void LBItem::handleMouseMove(Common::Point pos) { void LBItem::handleMouseUp(Common::Point pos) { _vm->setFocus(NULL); runScript(kLBEventMouseUp); + runScript(kLBEventMouseUpIn); } bool LBItem::togglePlaying(bool playing, bool restart) { -- cgit v1.2.3