Skip speech name in subtitles.
svn-id: r15018
This commit is contained in:
parent
3b9def962c
commit
175ef8f1cd
1 changed files with 5 additions and 0 deletions
|
@ -503,6 +503,11 @@ int ScummEngine::addMessageToStack(const byte *msg, byte *dst, int dstSize) {
|
|||
|
||||
while (1) {
|
||||
chr = src[num++];
|
||||
if (_heversion >= 99 && chr == '[') {
|
||||
while (src[num++] != ']');
|
||||
continue;
|
||||
}
|
||||
|
||||
if (chr == 0)
|
||||
break;
|
||||
if (chr == 0xFF) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue