SCUMM: Rename _bitDepth to _bytesPerPixel
svn-id: r44336
This commit is contained in:
parent
07092bfccb
commit
adaf3ec8b4
11 changed files with 62 additions and 62 deletions
|
@ -2451,7 +2451,7 @@ void ScummEngine_v71he::postProcessAuxQueue() {
|
|||
uint8 *dst2 = pvs->getBackPixels(0, pvs->topline);
|
||||
switch (comp) {
|
||||
case 1:
|
||||
Wiz::copyAuxImage(dst1, dst2, axfd + 10, pvs->pitch, pvs->h, x, y, w, h, _bitDepth);
|
||||
Wiz::copyAuxImage(dst1, dst2, axfd + 10, pvs->pitch, pvs->h, x, y, w, h, _bytesPerPixel);
|
||||
break;
|
||||
default:
|
||||
error("unimplemented compression type %d", comp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue