aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorJohannes Schickel2008-03-08 18:33:59 +0000
committerJohannes Schickel2008-03-08 18:33:59 +0000
commit1ac3a62fc18c9fef81342d401eb433915498c3c7 (patch)
treed1cb3178239affd94a83836975b9195545ebc7aa /engines/kyra
parent1c155a4be77667ef7bec9a917c190f47dcd15d77 (diff)
downloadscummvm-rg350-1ac3a62fc18c9fef81342d401eb433915498c3c7.tar.gz
scummvm-rg350-1ac3a62fc18c9fef81342d401eb433915498c3c7.tar.bz2
scummvm-rg350-1ac3a62fc18c9fef81342d401eb433915498c3c7.zip
Possible fix for bug #1910180 "KYRA: Screen "flash"".
svn-id: r31064
Diffstat (limited to 'engines/kyra')
-rw-r--r--engines/kyra/scene_v1.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/kyra/scene_v1.cpp b/engines/kyra/scene_v1.cpp
index ce64269ba1..6a980916bb 100644
--- a/engines/kyra/scene_v1.cpp
+++ b/engines/kyra/scene_v1.cpp
@@ -824,9 +824,6 @@ void KyraEngine_v1::initSceneScreen(int brandonAlive) {
}
}
- // really call this here?
- _screen->updateScreen();
-
if (!_scriptInterpreter->startScript(_scriptClick, 2))
error("Could not start script function 2 of scene script");