svn-id: r15487
This commit is contained in:
Travis Howell
2004-10-09 14:46:44 +00:00
parent 50da10489e
commit 9524476fb8
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -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();
-3
View File
@@ -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();