diff options
-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"); |