From c376414771868a88c9d88d022b2d0268087d4676 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 24 Apr 2008 20:04:32 +0000 Subject: Comment patch #1949695 svn-id: r31700 --- engines/scumm/scumm.cpp | 3 +++ 1 file changed, 3 insertions(+) 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); -- cgit v1.2.3