diff options
-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) { |