aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-08-26 14:09:51 +0000
committerTravis Howell2004-08-26 14:09:51 +0000
commit5805529c2c1d33df8fcf1800a20a4f2f57e98dde (patch)
tree84473799d8108b3d351421a7b1388fc9137c940f
parent3d8ef64d39fcc05e216478840a84f96ee6833987 (diff)
downloadscummvm-rg350-5805529c2c1d33df8fcf1800a20a4f2f57e98dde.tar.gz
scummvm-rg350-5805529c2c1d33df8fcf1800a20a4f2f57e98dde.tar.bz2
scummvm-rg350-5805529c2c1d33df8fcf1800a20a4f2f57e98dde.zip
c & p error
svn-id: r14778
-rw-r--r--scumm/script_v72he.cpp1
1 files changed, 0 insertions, 1 deletions
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) {