diff options
-rw-r--r-- | scumm/gfx.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index 57c36b7bd6..103919f4cc 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -1446,11 +1446,6 @@ void Gdi::drawBMAPObject(const byte *ptr, VirtScreen *vs, int obj, int x, int y, rect1.top -= rect2.top; rect1.bottom -= rect2.top; - // FIXME: The following two duplicate the old behaviour of this code - // but I am not sure that this was right to start with... ? - rect1.right++; - rect1.bottom++; - copyVirtScreenBuffers(rect1); } } |