aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2004-10-09 14:46:44 +0000
committerTravis Howell2004-10-09 14:46:44 +0000
commit9524476fb86ea77086f080ee3d52d33c70fffa88 (patch)
tree9c0c152622b8deff8dfc7a899207b76727ec58a8
parent50da10489e10a13b7a5f849faa69fe90e1b46c64 (diff)
downloadscummvm-rg350-9524476fb86ea77086f080ee3d52d33c70fffa88.tar.gz
scummvm-rg350-9524476fb86ea77086f080ee3d52d33c70fffa88.tar.bz2
scummvm-rg350-9524476fb86ea77086f080ee3d52d33c70fffa88.zip
Ooops
svn-id: r15487
-rw-r--r--scumm/script_v72he.cpp3
-rw-r--r--scumm/script_v80he.cpp3
2 files changed, 0 insertions, 6 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();
diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp
index 8b8895baae..33a14c975d 100644
--- a/scumm/script_v80he.cpp
+++ b/scumm/script_v80he.cpp
@@ -502,9 +502,6 @@ void ScummEngine_v80he::o80_cursorCommand() {
int args[16];
int subOp = fetchScriptByte();
- if (_heversion == 100)
- subOp += 5;
-
switch (subOp) {
case 0x13: // Loads cursors from another resource
a = pop();