aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp2
1 files changed, 0 insertions, 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;