aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
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;