aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlyssa Milburn2010-12-12 19:01:27 +0000
committerAlyssa Milburn2010-12-12 19:01:27 +0000
commita97c90c903d1fc1c649a27cea44e6525d0d67caa (patch)
treeba9c97a8297f5a40c5e3496fa6999f89cb019d36
parent4d5ab0cff282fe79bdf3d2b419e158e30c34281e (diff)
downloadscummvm-rg350-a97c90c903d1fc1c649a27cea44e6525d0d67caa.tar.gz
scummvm-rg350-a97c90c903d1fc1c649a27cea44e6525d0d67caa.tar.bz2
scummvm-rg350-a97c90c903d1fc1c649a27cea44e6525d0d67caa.zip
MOHAWK: Always run kLBEventMouseUpIn, for now
svn-id: r54887
-rw-r--r--engines/mohawk/livingbooks.cpp1
1 files changed, 1 insertions, 0 deletions
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) {