aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
authorMax Horn2003-01-15 03:10:28 +0000
committerMax Horn2003-01-15 03:10:28 +0000
commitb1c570aa6ec368f22249dae0cb9baf2848ced8d1 (patch)
treee4eca2f97352259cb496f0f2c47ee2733ad076d2 /scumm/gfx.cpp
parent5a180bbea9dc15175515dc9eb79b8374c7a33e23 (diff)
downloadscummvm-rg350-b1c570aa6ec368f22249dae0cb9baf2848ced8d1.tar.gz
scummvm-rg350-b1c570aa6ec368f22249dae0cb9baf2848ced8d1.tar.bz2
scummvm-rg350-b1c570aa6ec368f22249dae0cb9baf2848ced8d1.zip
made NUT font rendered honor _ignoreCharsetMask
svn-id: r6466
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)