From 5ea6cbe51d09435d4eb17b33bdb618903f09e2b6 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 30 May 2003 00:48:35 +0000 Subject: this clip is bad: it's not needed (we clip later anyway), and it clips too much svn-id: r8125 --- scumm/gfx.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index 5c58206687..4a683d3ef7 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -294,8 +294,6 @@ void Scumm::updateDirtyRect(int virt, int left, int right, int top, int bottom, left = 0; if (bottom > vs->height) bottom = vs->height; - if (right > vs->width) - right = vs->width; if (virt == 0 && dirtybit) { lp = (left >> 3) + _screenStartStrip; -- cgit v1.2.3