aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v72he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v72he.cpp')
-rw-r--r--scumm/script_v72he.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index 8d5906754b..8efe5e3135 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -850,19 +850,16 @@ void ScummEngine_v72he::o72_drawObject() {
int state = 0, y = -1, x = -1;
switch (subOp) {
- case 6:
case 62:
state = pop();
y = pop();
x = pop();
break;
- case 7:
case 63:
state = pop();
if (state == 0)
state = 1;
break;
- case 40:
case 65:
state = 1;
y = pop();