Skip to content

Commit

Permalink
SCUMM: Fix error in spyfox iOS credits
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed May 29, 2012
1 parent d54e53d commit da3f0ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/scumm/he/script_v90he.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit da3f0ba

Please sign in to comment.