SCUMM: Rename _bitDepth to _bytesPerPixel

svn-id: r44336
This commit is contained in:
Max Horn 2009-09-25 09:13:33 +00:00
parent 07092bfccb
commit adaf3ec8b4
11 changed files with 62 additions and 62 deletions

View file

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