diff options
author | Eugene Sandulenko | 2005-05-14 01:49:12 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-05-14 01:49:12 +0000 |
commit | 30d4f8634137787033d3a6be96673a96f0863b4f (patch) | |
tree | 2218214a539fe48854d1291e2c746374968f5373 /scumm | |
parent | e3dc54dd972a99fae3d58aee5852735ec17a2174 (diff) | |
download | scummvm-rg350-30d4f8634137787033d3a6be96673a96f0863b4f.tar.gz scummvm-rg350-30d4f8634137787033d3a6be96673a96f0863b4f.tar.bz2 scummvm-rg350-30d4f8634137787033d3a6be96673a96f0863b4f.zip |
Opcode number correction
svn-id: r18090
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/logic_he.cpp | 2 |
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; |