svn-id: r31700
This commit is contained in:
Eugene Sandulenko 2008-04-24 20:04:32 +00:00
parent 80c4249f79
commit c376414771

View File

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