SCI: Fixed typo

svn-id: r55022
This commit is contained in:
Filippos Karapetis 2010-12-23 12:54:47 +00:00
parent 81dd62f3cb
commit f891323f1f

View File

@ -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 {