aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 6e2bcf9fa6..1e9ad05e76 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -1794,7 +1794,7 @@ void Scumm::restoreBG(int left, int top, int right, int bottom, byte backColor)
topline = vs->topline;
height = topline + vs->height;
- right++; // FIXME - why do we increment right here?!? (add comment)
+// right++; // FIXME - why did we increment here?!? it caused bug
if (left < 0)
left = 0;
if (right < 0)