Don't apply to HE100, it breaks credits in pajama.
svn-id: r17112
This commit is contained in:
parent
10c0994393
commit
fa2a936565
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ int ScummEngine::addMessageToStack(const byte *msg, byte *dst, int dstSize) {
|
|||
|
||||
while (1) {
|
||||
chr = src[num++];
|
||||
if (_heversion >= 99 && chr == '[') {
|
||||
if (_heversion == 99 && chr == '[') {
|
||||
while (src[num++] != ']');
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue