From 0edf7332b253f7e42165c10b956598ce451aa15f Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 22 Nov 2009 13:38:18 +0000 Subject: Remove obsolete check, since HE72+ uses separate function. svn-id: r46085 --- engines/scumm/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/string.cpp') 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; -- cgit v1.2.3