aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/wage/script.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/wage/script.cpp b/engines/wage/script.cpp
index f03b364c4d..547a850f45 100644
--- a/engines/wage/script.cpp
+++ b/engines/wage/script.cpp
@@ -489,10 +489,8 @@ void Script::skipBlock() {
nesting++;
skipIf();
} else if (op == 0x88 || op == 0x87) { // END or EXIT
- _data->seek(-1, SEEK_CUR); // We need to reread it higher
nesting--;
if (nesting == 0) {
- _data->readByte(); // skiping
return;
}
} else switch (op) {