From 5acac402af8d31cae2b10884fab4d7571fdc2cca Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Fri, 11 Mar 2011 19:12:05 +0100 Subject: MOHAWK: Seek to first frame on kLBOpRewind. This might need some further thought when implementing more complex seeking for the later games, but works for now. --- engines/mohawk/livingbooks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3