From 5805529c2c1d33df8fcf1800a20a4f2f57e98dde Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 26 Aug 2004 14:09:51 +0000 Subject: c & p error svn-id: r14778 --- scumm/script_v72he.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp index f6a10db432..f0194a5cfc 100644 --- a/scumm/script_v72he.cpp +++ b/scumm/script_v72he.cpp @@ -836,7 +836,6 @@ void ScummEngine_v72he::o72_unknownCE() { int c = pop(); int d = pop(); warning("o72_unknownCE stub (%d, %d, %d, %d)", d, c, b, a); - push(4000); } void ScummEngine_v72he::shuffleArray(int num, int minIdx, int maxIdx) { -- cgit v1.2.3