From d8ab18ebb4fb249a181a66676281e63714fb8de7 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 3 Sep 2005 10:35:34 +0000 Subject: Fix bug #1281055 "ITE: Graphical glitch when pressing escape at company logo" svn-id: r18741 --- saga/scene.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saga/scene.cpp') 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); -- cgit v1.2.3