Kanji support only seems to work in scumm5 games

svn-id: r11293
This commit is contained in:
Travis Howell 2003-11-14 10:19:28 +00:00
parent f5a1e9e7bb
commit 0c6eabe4a3

View File

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