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