mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-14 05:30:53 +00:00
HE specific
svn-id: r14857
This commit is contained in:
parent
2a23b8fbc9
commit
2810a06581
@ -1747,11 +1747,6 @@ void ScummEngine_v6::o6_roomOps() {
|
||||
else
|
||||
setPalette(a);
|
||||
break;
|
||||
case 220:
|
||||
a = pop();
|
||||
b = pop();
|
||||
warning("o6_roomops:220 (%d, %d): unimplemented", a, b);
|
||||
break;
|
||||
default:
|
||||
error("o6_roomOps: default case %d", op);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user