aboutsummaryrefslogtreecommitdiff
path: root/saga/scene.cpp
diff options
context:
space:
mode:
authorAndrew Kurushin2005-02-18 00:00:00 +0000
committerAndrew Kurushin2005-02-18 00:00:00 +0000
commitbbbd3b5fbf1230e681fad01e80717bc1785e0d09 (patch)
treee6ece1dcf27eef28d85915deed0b1e592f326648 /saga/scene.cpp
parentdef8641e1f748a193db6afe060729ef242883409 (diff)
downloadscummvm-rg350-bbbd3b5fbf1230e681fad01e80717bc1785e0d09.tar.gz
scummvm-rg350-bbbd3b5fbf1230e681fad01e80717bc1785e0d09.tar.bz2
scummvm-rg350-bbbd3b5fbf1230e681fad01e80717bc1785e0d09.zip
iso mode drawing work in progress
svn-id: r16802
Diffstat (limited to 'saga/scene.cpp')
-rw-r--r--saga/scene.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/saga/scene.cpp b/saga/scene.cpp
index 6e0d1c2740..51b264b107 100644
--- a/saga/scene.cpp
+++ b/saga/scene.cpp
@@ -905,6 +905,7 @@ int Scene::draw(SURFACE *dst_s) {
_vm->_render->getBufferInfo(&buf_info);
if (_vm->_scene->getFlags() & kSceneFlagISO) {
+ _vm->_isoMap->adjustScroll(false);
_vm->_isoMap->draw(dst_s);
} else {
bufToSurface(dst_s, buf_info.bg_buf, _vm->getDisplayWidth(),