aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/mohawk/livingbooks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp
index fbdccb5d70..880e551199 100644
--- a/engines/mohawk/livingbooks.cpp
+++ b/engines/mohawk/livingbooks.cpp
@@ -2293,7 +2293,7 @@ void LBItem::runScriptEntry(LBScriptEntry *entry) {
break;
case kLBOpTogglePlay:
- target->togglePlaying(false);
+ target->togglePlaying(false, true);
break;
case kLBOpSetNotVisible: