diff options
author | Max Horn | 2004-09-27 23:55:49 +0000 |
---|---|---|
committer | Max Horn | 2004-09-27 23:55:49 +0000 |
commit | daef27cec9d5bc6b4b4a39a32f0d4be5005dfad8 (patch) | |
tree | da966c8195997a1289d89eb89d138ed70927c2bc | |
parent | 1610325c4ca72aa2ab593629a68e29005463e35e (diff) | |
download | scummvm-rg350-daef27cec9d5bc6b4b4a39a32f0d4be5005dfad8.tar.gz scummvm-rg350-daef27cec9d5bc6b4b4a39a32f0d4be5005dfad8.tar.bz2 scummvm-rg350-daef27cec9d5bc6b4b4a39a32f0d4be5005dfad8.zip |
This one doesn't make sense either...
svn-id: r15317
-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); } } |