From 0c6eabe4a3def06f74a5e77421eda42e0c183b8e Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 14 Nov 2003 10:19:28 +0000 Subject: Kanji support only seems to work in scumm5 games svn-id: r11293 --- scumm/scummvm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 229efc4e5b..16aa2b3e50 100644 --- a/scumm/scummvm.cpp +++ b/scumm/scummvm.cpp @@ -758,7 +758,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS fp.read(_2byteFontPtr, ((_2byteWidth + 7) / 8) * _2byteHeight * numChar); fp.close(); } - } else if (_language == Common::JA_JPN && _version <= 5) { //FM Towns Kanji + } else if (_language == Common::JA_JPN && _version == 5) { //FM Towns Kanji File fp; int numChar = 256 * 32; _2byteWidth = 16; -- cgit v1.2.3