aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 50f3810c97..9355c2581b 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -757,7 +757,6 @@ void Scumm::restoreBG(int left, int top, int right, int bottom, byte backColor)
topline = vs->topline;
height = topline + vs->height;
-// right++; // FIXME - why did we increment here?!? it caused bug
if (left < 0)
left = 0;
if (right < 0)