mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Skip speech name in subtitles.
svn-id: r15018
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user