svn-id: r4882
This commit is contained in:
Max Horn 2002-08-31 14:27:33 +00:00
parent caf9817cb1
commit c41b6b53d2

View File

@ -2075,7 +2075,7 @@ void Scumm::dissolveEffect(int width, int height) {
for (i = 0; i < w * h; i++) {
x = offsets[i] % vs->width;
y = offsets[i] / vs->width;
_system->copy_rect(vs->screenPtr + vs->xstart + y * vs->width + x, vs->width, x, y, width, height);
_system->copy_rect(vs->screenPtr + vs->xstart + y * vs->width + x, vs->width, x, y + vs->topline, width, height);
if (++blits >= blits_before_refresh) {
blits = 0;