From faceb8d41fd2e54af2d4354a1f9ba8cfe355616a Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 22 Nov 2009 13:37:33 +0000 Subject: Remove obsolete check, since HE72+ uses separate function. svn-id: r46084 --- engines/scumm/string.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/scumm/string.cpp') diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp index a29d36e765..3e75cc2f66 100644 --- a/engines/scumm/string.cpp +++ b/engines/scumm/string.cpp @@ -1107,8 +1107,7 @@ int ScummEngine::convertMessageToString(const byte *msg, byte *dst, int dstSize) num += (_game.version == 8) ? 4 : 2; } } else { - if (!(chr == '@' && _game.heversion <= 71) || - (_game.id == GID_CMI && _language == Common::ZH_TWN) || + if ((_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