Don't apply to HE100, it breaks credits in pajama.

svn-id: r17112
This commit is contained in:
Travis Howell 2005-03-13 04:00:59 +00:00
parent 10c0994393
commit fa2a936565

View file

@ -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;
}