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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp
index 13dc07ac3a..5d6c57adfe 100644
--- a/engines/mohawk/livingbooks.cpp
+++ b/engines/mohawk/livingbooks.cpp
@@ -2443,7 +2443,7 @@ void LBItem::runScriptEntry(LBScriptEntry *entry) {
break;
case kLBOpRewind:
- target->seek(0);
+ target->seek(1);
break;
case kLBOpStop: