From 64c5a12d604f09a1c0322b698f35136d46b4d621 Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Thu, 8 Dec 2011 23:18:08 +0100 Subject: MOHAWK: Fix LBCode goto notify. --- engines/mohawk/livingbooks_code.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/mohawk/livingbooks_code.cpp') diff --git a/engines/mohawk/livingbooks_code.cpp b/engines/mohawk/livingbooks_code.cpp index e821e7e54d..0cb99f709e 100644 --- a/engines/mohawk/livingbooks_code.cpp +++ b/engines/mohawk/livingbooks_code.cpp @@ -1462,7 +1462,7 @@ void LBCode::runNotifyCommand() { debugN("goto"); Common::Array params = readParams(); // TODO: type-checking - NotifyEvent notifyEvent(kLBNotifyChangePage, 0); + NotifyEvent notifyEvent(kLBNotifyChangePage, 1); switch (params.size()) { case 4: notifyEvent.type = kLBNotifyChangeMode; // FIXME: type 8? -- cgit v1.2.3