aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/string.cpp
diff options
context:
space:
mode:
authorTravis Howell2009-11-22 13:38:18 +0000
committerTravis Howell2009-11-22 13:38:18 +0000
commit0edf7332b253f7e42165c10b956598ce451aa15f (patch)
tree876b52f6e161c3ece996984160db33b7d9b8d32a /engines/scumm/string.cpp
parentfaceb8d41fd2e54af2d4354a1f9ba8cfe355616a (diff)
downloadscummvm-rg350-0edf7332b253f7e42165c10b956598ce451aa15f.tar.gz
scummvm-rg350-0edf7332b253f7e42165c10b956598ce451aa15f.tar.bz2
scummvm-rg350-0edf7332b253f7e42165c10b956598ce451aa15f.zip
Remove obsolete check, since HE72+ uses separate function.
svn-id: r46085
Diffstat (limited to 'engines/scumm/string.cpp')
-rw-r--r--engines/scumm/string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp
index 3e75cc2f66..b2fb722395 100644
--- a/engines/scumm/string.cpp
+++ b/engines/scumm/string.cpp
@@ -1107,7 +1107,7 @@ int ScummEngine::convertMessageToString(const byte *msg, byte *dst, int dstSize)
num += (_game.version == 8) ? 4 : 2;
}
} else {
- if ((_game.id == GID_CMI && _language == Common::ZH_TWN) ||
+ if (!(chr == '@') || (_game.id == GID_CMI && _language == Common::ZH_TWN) ||
(_game.id == GID_LOOM && _game.platform == Common::kPlatformPCEngine && _language == Common::JA_JPN))
{
*dst++ = chr;