diff options
Diffstat (limited to 'actor.cpp')
-rw-r--r-- | actor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -920,7 +920,7 @@ void Scumm::drawActorCostume(Actor *a) { } ar.charsetmask = _vars[VAR_CHARSET_MASK]!=0; - ar.outptr = getResourceAddress(rtBuffer, 1) + virtscr->xstart; + ar.outptr = virtscr->screenPtr + virtscr->xstart; ar.outwidth = virtscr->width; ar.outheight = virtscr->height; |