mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Ooops
svn-id: r15487
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user