Add three new HE sports games. Baseball is most playable now.
Add some unhandled KernelGet/SetFunctions used by new titles. svn-id: r17198
This commit is contained in:
parent
6ef24ce3cb
commit
8102efa7a3
6 changed files with 80 additions and 13 deletions
|
@ -1571,6 +1571,11 @@ void ScummEngine_v72he::o72_kernelGetFunctions() {
|
|||
push((int)(cos(a) * 100000));
|
||||
}
|
||||
break;
|
||||
case 2001:
|
||||
// Used in football
|
||||
push(0);
|
||||
warning("o72_kernelGetFunctions: unhandled case 2001");
|
||||
break;
|
||||
default:
|
||||
error("o72_kernelGetFunctions: default case %d", args[0]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue