Possible fix for bug #1910180 "KYRA: Screen "flash"".

svn-id: r31064
This commit is contained in:
Johannes Schickel 2008-03-08 18:33:59 +00:00
parent 1c155a4be7
commit 1ac3a62fc1

View File

@ -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");