[Scummvm-cvs-logs] scummvm master -> da3f0ba44829708c35278341395285786b095c98

clone2727 clone2727 at gmail.com
Tue May 29 02:17:26 CEST 2012


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:
da3f0ba448 SCUMM: Fix error in spyfox iOS credits


Commit: da3f0ba44829708c35278341395285786b095c98
    https://github.com/scummvm/scummvm/commit/da3f0ba44829708c35278341395285786b095c98
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2012-05-28T17:16:39-07:00

Commit Message:
SCUMM: Fix error in spyfox iOS credits

Changed paths:
    engines/scumm/he/script_v90he.cpp



diff --git a/engines/scumm/he/script_v90he.cpp b/engines/scumm/he/script_v90he.cpp
index 0beebdb..9e8ac7e 100644
--- a/engines/scumm/he/script_v90he.cpp
+++ b/engines/scumm/he/script_v90he.cpp
@@ -2373,8 +2373,8 @@ void ScummEngine_v90he::o90_kernelSetFunctions() {
 	case 2001:
 		_logicHE->dispatch(args[1], num - 2, (int32 *)&args[2]);
 		break;
-	case 201102:
-		// Used in puttzoo iOS
+	case 201102: // Used in puttzoo iOS
+	case 20111014: // Used in spyfox iOS
 		break;
 	default:
 		error("o90_kernelSetFunctions: default case %d (param count %d)", args[0], num);






More information about the Scummvm-git-logs mailing list