[Scummvm-cvs-logs] scummvm master -> 64c5a12d604f09a1c0322b698f35136d46b4d621

fuzzie fuzzie at fuzzie.org
Thu Dec 8 23:20:09 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
64c5a12d60 MOHAWK: Fix LBCode goto notify.


Commit: 64c5a12d604f09a1c0322b698f35136d46b4d621
    https://github.com/scummvm/scummvm/commit/64c5a12d604f09a1c0322b698f35136d46b4d621
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-12-08T14:18:08-08:00

Commit Message:
MOHAWK: Fix LBCode goto notify.

Changed paths:
    engines/mohawk/livingbooks_code.cpp



diff --git a/engines/mohawk/livingbooks_code.cpp b/engines/mohawk/livingbooks_code.cpp
index e821e7e..0cb99f7 100644
--- a/engines/mohawk/livingbooks_code.cpp
+++ b/engines/mohawk/livingbooks_code.cpp
@@ -1462,7 +1462,7 @@ void LBCode::runNotifyCommand() {
 		debugN("goto");
 		Common::Array<LBValue> params = readParams();
 		// TODO: type-checking
-		NotifyEvent notifyEvent(kLBNotifyChangePage, 0);
+		NotifyEvent notifyEvent(kLBNotifyChangePage, 1);
 		switch (params.size()) {
 		case 4:
 			notifyEvent.type = kLBNotifyChangeMode; // FIXME: type 8?






More information about the Scummvm-git-logs mailing list