aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 087584fb84..1bc51ffb34 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -720,7 +720,7 @@ void Scumm::redrawBGStrip(int start, int num) {
setGfxUsageBit(s + i, USAGE_BIT_DIRTY);
gdi.drawBitmap(getResourceAddress(rtRoom, _roomResource) + _IM00_offs,
- &virtscr[0], s, 0, virtscr[0].width, virtscr[0].height, s, num, 0);
+ &virtscr[0], s, 0, _scrWidth, virtscr[0].height, s, num, 0);
}
void Scumm::restoreCharsetBg() {