aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--saga/scene.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/saga/scene.cpp b/saga/scene.cpp
index 0464618c50..dab5d998ae 100644
--- a/saga/scene.cpp
+++ b/saga/scene.cpp
@@ -862,8 +862,9 @@ void Scene::draw() {
_vm->_isoMap->adjustScroll(false);
_vm->_isoMap->draw(backBuffer);
} else {
+
bufToSurface(backBuffer, buf_info.bg_buf, _vm->getDisplayWidth(),
- MAX(_vm->getSceneHeight(), _bg.h), NULL, &bgPoint);
+ _inGame ? _vm->getClippedSceneHeight() : buf_info.bg_buf_h, NULL, &bgPoint);
}
}