SCI: Fixed typo
svn-id: r55022
This commit is contained in:
parent
81dd62f3cb
commit
f891323f1f
1 changed files with 1 additions and 1 deletions
|
@ -831,7 +831,7 @@ void SciEngine::syncIngameAudioOptions() {
|
||||||
|| getGameId() == GID_FREDDYPHARKAS
|
|| getGameId() == GID_FREDDYPHARKAS
|
||||||
// TODO: The following need script patches for simultaneous speech and subtitles
|
// TODO: The following need script patches for simultaneous speech and subtitles
|
||||||
//|| getGameId() == GID_KQ6
|
//|| getGameId() == GID_KQ6
|
||||||
//|| getGameId() == GID_LB2
|
//|| getGameId() == GID_LAURABOW2
|
||||||
) {
|
) {
|
||||||
_gamestate->variables[VAR_GLOBAL][90] = make_reg(0, 3); // speech + subtitles
|
_gamestate->variables[VAR_GLOBAL][90] = make_reg(0, 3); // speech + subtitles
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue