diff options
-rw-r--r-- | scumm/gfx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index db008eb86e..d77b26f1aa 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -381,7 +381,7 @@ void Scumm::initBGBuffers(int height) byte *room; if (_features & GF_AFTER_V7) { - initVirtScreen(0, 0, virtscr[0].topline, _realHeight, height, 1, 1); + initVirtScreen(0, 0, virtscr[0].topline, _realWidth, height, 1, 1); } room = getResourceAddress(rtRoom, _roomResource); |