mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
SCI: Fixed typo
svn-id: r55022
This commit is contained in:
parent
81dd62f3cb
commit
f891323f1f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user