aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
diff options
context:
space:
mode:
authorMatthew Hoops2011-11-27 20:11:46 -0500
committerMatthew Hoops2011-11-27 20:13:03 -0500
commit712100b77e59115605df9ec9c3e14656373e27fd (patch)
tree4625d7e79c99dd01f50298196013d2e1608188cc /engines/scumm/he
parentc79518ce172287d8180ed41da7d1801d93d0d9eb (diff)
downloadscummvm-rg350-712100b77e59115605df9ec9c3e14656373e27fd.tar.gz
scummvm-rg350-712100b77e59115605df9ec9c3e14656373e27fd.tar.bz2
scummvm-rg350-712100b77e59115605df9ec9c3e14656373e27fd.zip
SCUMM: Add support for Putt-Putt Saves the Zoo iOS
Diffstat (limited to 'engines/scumm/he')
-rw-r--r--engines/scumm/he/script_v90he.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/scumm/he/script_v90he.cpp b/engines/scumm/he/script_v90he.cpp
index 877f8b239d..0beebdb7a1 100644
--- a/engines/scumm/he/script_v90he.cpp
+++ b/engines/scumm/he/script_v90he.cpp
@@ -2373,6 +2373,9 @@ void ScummEngine_v90he::o90_kernelSetFunctions() {
case 2001:
_logicHE->dispatch(args[1], num - 2, (int32 *)&args[2]);
break;
+ case 201102:
+ // Used in puttzoo iOS
+ break;
default:
error("o90_kernelSetFunctions: default case %d (param count %d)", args[0], num);
}