diff options
author | Travis Howell | 2004-08-26 14:09:51 +0000 |
---|---|---|
committer | Travis Howell | 2004-08-26 14:09:51 +0000 |
commit | 5805529c2c1d33df8fcf1800a20a4f2f57e98dde (patch) | |
tree | 84473799d8108b3d351421a7b1388fc9137c940f | |
parent | 3d8ef64d39fcc05e216478840a84f96ee6833987 (diff) | |
download | scummvm-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.cpp | 1 |
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) { |