More HE100 corrections.

svn-id: r15500
This commit is contained in:
Travis Howell 2004-10-10 04:02:37 +00:00
parent 3ddc6b8cbb
commit 38f8de858e
3 changed files with 27 additions and 6 deletions

View file

@ -2104,9 +2104,11 @@ void ScummEngine_v72he::o72_getPixel() {
}
switch (subOp) {
case 9: // HE 100
case 218:
area = *vs->getBackPixels(x, y - vs->topline);
break;
case 8: // HE 100
case 219:
area = *vs->getPixels(x, y - vs->topline);
break;