From 30d4f8634137787033d3a6be96673a96f0863b4f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 14 May 2005 01:49:12 +0000 Subject: Opcode number correction svn-id: r18090 --- scumm/logic_he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') 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; -- cgit v1.2.3