aboutsummaryrefslogtreecommitdiff
path: root/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.cpp')
-rw-r--r--gfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx.cpp b/gfx.cpp
index b6b3d6ad19..7ce21116ca 100644
--- a/gfx.cpp
+++ b/gfx.cpp
@@ -80,9 +80,9 @@ void Scumm::initVirtScreen(int slot, int top, int height, bool twobufs, bool fou
vs->xstart = 0;
size = vs->width * vs->height;
vs->size = size;
+
if (vs->scrollable)
size += 320*4;
-
createResource(rtBuffer, slot+1, size);
if (twobufs) {