diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index 7eee9aa2df3..3fc982c28a7 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -831,7 +831,7 @@ void SciEngine::syncIngameAudioOptions() { || getGameId() == GID_FREDDYPHARKAS // TODO: The following need script patches for simultaneous speech and subtitles //|| getGameId() == GID_KQ6 - //|| getGameId() == GID_LB2 + //|| getGameId() == GID_LAURABOW2 ) { _gamestate->variables[VAR_GLOBAL][90] = make_reg(0, 3); // speech + subtitles } else {