aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2008-04-24 20:04:32 +0000
committerEugene Sandulenko2008-04-24 20:04:32 +0000
commitc376414771868a88c9d88d022b2d0268087d4676 (patch)
tree0517cf53c422c2fce17ac6a6fce913afd71f2574 /engines/scumm/scumm.cpp
parent80c4249f79e94577c108991356fcc3e9d3860d67 (diff)
downloadscummvm-rg350-c376414771868a88c9d88d022b2d0268087d4676.tar.gz
scummvm-rg350-c376414771868a88c9d88d022b2d0268087d4676.tar.bz2
scummvm-rg350-c376414771868a88c9d88d022b2d0268087d4676.zip
Comment patch #1949695
svn-id: r31700
Diffstat (limited to 'engines/scumm/scumm.cpp')
-rw-r--r--engines/scumm/scumm.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp
index 7e89e3b612..8bb5bcb6ef 100644
--- a/engines/scumm/scumm.cpp
+++ b/engines/scumm/scumm.cpp
@@ -1080,6 +1080,9 @@ int ScummEngine::init() {
defaultTo1XScaler = true;
} else if (_useCJKMode) {
_system->initSize(_screenWidth * _textSurfaceMultiplier, _screenHeight * _textSurfaceMultiplier);
+
+ // CJK FT and DIG use usual NUT fonts, not FM-TOWNS ROM, so
+ // there is no text surface for them. This takes that into account
defaultTo1XScaler = (_screenWidth * _textSurfaceMultiplier > 320);
} else {
_system->initSize(_screenWidth, _screenHeight);