aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/livingbooks.cpp')
-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 72d12ff1a8..061970ce61 100644
--- a/engines/mohawk/livingbooks.cpp
+++ b/engines/mohawk/livingbooks.cpp
@@ -1874,6 +1874,7 @@ void LBItem::handleMouseDown(Common::Point pos) {
_vm->setFocus(this);
runScript(kLBEventMouseDown);
+ runScript(kLBEventMouseTrackIn);
}
void LBItem::handleMouseMove(Common::Point pos) {