aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2005-03-22 20:57:14 +0000
committerEugene Sandulenko2005-03-22 20:57:14 +0000
commit8102efa7a318679462e57a7adaa6d08c676b19f6 (patch)
treecb81a66e5978969cb9ada5dff1c52d18bda529d4 /scumm/script_v72he.cpp
parent6ef24ce3cb00bf29de8ba352fd66afa78dc8ad9a (diff)
downloadscummvm-rg350-8102efa7a318679462e57a7adaa6d08c676b19f6.tar.gz
scummvm-rg350-8102efa7a318679462e57a7adaa6d08c676b19f6.tar.bz2
scummvm-rg350-8102efa7a318679462e57a7adaa6d08c676b19f6.zip
Add three new HE sports games. Baseball is most playable now.
Add some unhandled KernelGet/SetFunctions used by new titles. svn-id: r17198
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r--scumm/script_v72he.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index f91d984f35..b7e96f667b 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -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]);
}