aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2005-05-14 01:49:12 +0000
committerEugene Sandulenko2005-05-14 01:49:12 +0000
commit30d4f8634137787033d3a6be96673a96f0863b4f (patch)
tree2218214a539fe48854d1291e2c746374968f5373
parente3dc54dd972a99fae3d58aee5852735ec17a2174 (diff)
downloadscummvm-rg350-30d4f8634137787033d3a6be96673a96f0863b4f.tar.gz
scummvm-rg350-30d4f8634137787033d3a6be96673a96f0863b4f.tar.bz2
scummvm-rg350-30d4f8634137787033d3a6be96673a96f0863b4f.zip
Opcode number correction
svn-id: r18090
-rw-r--r--scumm/logic_he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/logic_he.cpp b/scumm/logic_he.cpp
index c7ad3f1678..fec1d5e4d6 100644
--- a/scumm/logic_he.cpp
+++ b/scumm/logic_he.cpp
@@ -480,7 +480,7 @@ int32 LogicHEfootball::dispatch(int op, int numArgs, int32 *args) {
res = op_1024(args);
break;
- case 8221967:
+ case 8221968:
// Someone had a fun and used his birthday as opcode number
res = getFromArray(args[0], args[1], args[2]);
break;