diff options
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/costume.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp index f181b518df..8ab5507ea9 100644 --- a/scumm/costume.cpp +++ b/scumm/costume.cpp @@ -789,6 +789,8 @@ void CostumeRenderer::drawNESCostume(const Actor *a, int limb) { dest[j - left] = pic[j][i]; dest += _out.pitch; } + + _vm->markRectAsDirty(kMainVirtScreen, _actorX + left - 128, _actorX + right - 128, _actorY + top - 128, _actorY + bottom - 128); } byte CostumeRenderer::drawLimb(const Actor *a, int limb) { |