HE specific

svn-id: r14857
This commit is contained in:
Travis Howell 2004-09-01 10:39:43 +00:00
parent 2a23b8fbc9
commit 2810a06581

View File

@ -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);
}