aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/exec_br.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2008-08-15 03:36:01 +0000
committerNicola Mettifogo2008-08-15 03:36:01 +0000
commit2679f6ce7ae1d3810187f8472d9cf8fe2368d83c (patch)
treec722aa22015ad78491580db99e644da086ec5ddb /engines/parallaction/exec_br.cpp
parentea2a2cbb7c3a0d8721f1968414bd421a43b13596 (diff)
downloadscummvm-rg350-2679f6ce7ae1d3810187f8472d9cf8fe2368d83c.tar.gz
scummvm-rg350-2679f6ce7ae1d3810187f8472d9cf8fe2368d83c.tar.bz2
scummvm-rg350-2679f6ce7ae1d3810187f8472d9cf8fe2368d83c.zip
Disabled lip syncing code in BRA, since I couldn't find any scripts actually using it. Some warnings have been added as a sentinel.
svn-id: r33890
Diffstat (limited to 'engines/parallaction/exec_br.cpp')
-rw-r--r--engines/parallaction/exec_br.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/parallaction/exec_br.cpp b/engines/parallaction/exec_br.cpp
index e58ec13d98..fe7b1b2903 100644
--- a/engines/parallaction/exec_br.cpp
+++ b/engines/parallaction/exec_br.cpp
@@ -97,8 +97,9 @@ void Parallaction_br::setupSubtitles(char *s, char *s2, int y) {
} else {
_subtitle[1] = -1;
}
-
+#if 0 // disabled because no references to lip sync has been found in the scripts
_subtitleLipSync = 0;
+#endif
}
void Parallaction_br::clearSubtitles() {