diff options
author | Johannes Schickel | 2008-03-08 18:33:59 +0000 |
---|---|---|
committer | Johannes Schickel | 2008-03-08 18:33:59 +0000 |
commit | 1ac3a62fc18c9fef81342d401eb433915498c3c7 (patch) | |
tree | d1cb3178239affd94a83836975b9195545ebc7aa | |
parent | 1c155a4be77667ef7bec9a917c190f47dcd15d77 (diff) | |
download | scummvm-rg350-1ac3a62fc18c9fef81342d401eb433915498c3c7.tar.gz scummvm-rg350-1ac3a62fc18c9fef81342d401eb433915498c3c7.tar.bz2 scummvm-rg350-1ac3a62fc18c9fef81342d401eb433915498c3c7.zip |
Possible fix for bug #1910180 "KYRA: Screen "flash"".
svn-id: r31064
-rw-r--r-- | engines/kyra/scene_v1.cpp | 3 |
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"); |