diff options
| -rw-r--r-- | saga/scene.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/saga/scene.cpp b/saga/scene.cpp index 1e1ac21434..ae8104a924 100644 --- a/saga/scene.cpp +++ b/saga/scene.cpp @@ -1190,7 +1190,7 @@ void Scene::endScene() {  	// Copy current screen to render buffer so inset rooms will get proper background  	backGroundSurface = _vm->_render->getBackGroundSurface(); -	if (!(_sceneDescription.flags & kSceneFlagISO)) { +	if (!(_sceneDescription.flags & kSceneFlagISO) && !_vm->_scene->isInIntro()) {  		BGInfo bgInfo;  		_vm->_scene->getBGInfo(bgInfo); | 
