diff options
-rw-r--r-- | scumm/gfx.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index fffd2f0b3a..348ea1bffa 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -578,10 +578,6 @@ void ScummEngine::initBGBuffers(int height) { int size, itemsize, i; byte *room; - if (_version >= 7) { - initVirtScreen(kMainVirtScreen, 0, virtscr[0].topline, _screenWidth, height, 1, 1); - } - room = getResourceAddress(rtRoom, _roomResource); if (_version <= 3) { gdi._numZBuffer = 2; |