diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/base-costume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/base-costume.cpp b/scumm/base-costume.cpp index 6d5298e3fe..e0002af197 100644 --- a/scumm/base-costume.cpp +++ b/scumm/base-costume.cpp @@ -30,7 +30,7 @@ byte BaseCostumeRenderer::drawCostume(const VirtScreen &vs, const CostumeData &c byte result = 0; if (drawVirScr) - _outptr = _vm->virtscr[0].getPixels(0, 0); + _outptr = vs.getBackPixels(0, 0); else _outptr = vs.getPixels(0, 0); |