From d6317c9bc8cdaa5f53f00226d55f7233722109e3 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 11 Dec 2016 19:48:06 +0100 Subject: FULLPIPE: Center map on opening. Fixes bug #9668 --- engines/fullpipe/modal.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/fullpipe/modal.cpp b/engines/fullpipe/modal.cpp index a20d6fcb1b..8af6176566 100644 --- a/engines/fullpipe/modal.cpp +++ b/engines/fullpipe/modal.cpp @@ -650,6 +650,8 @@ void ModalMap::initMap() { _rect2.right = _rect2.left + 800; _rect2.bottom = _rect2.top + 600; + g_fp->_sceneRect = _rect2; + _mapScene->updateScrolling2(); _pic = _mapScene->getPictureObjectById(PIC_MAP_I02, 0); -- cgit v1.2.3