mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-21 01:08:25 +00:00
Kanji support only seems to work in scumm5 games
svn-id: r11293
This commit is contained in:
parent
f5a1e9e7bb
commit
0c6eabe4a3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user