aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/scumm/charset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/charset.cpp b/engines/scumm/charset.cpp
index 214eeb7d5c..775bdae999 100644
--- a/engines/scumm/charset.cpp
+++ b/engines/scumm/charset.cpp
@@ -68,7 +68,7 @@ void ScummEngine::loadCJKFont() {
if (!_cjkFont)
error("SCUMM::Font: Could not open file 'pce.cdbios'");
- _cjkFont->setDrawingMode(Graphics::FontSJIS::kShadowMode);
+ _cjkFont->setDrawingMode(Graphics::FontSJIS::kShadowRightMode);
_2byteWidth = _2byteHeight = 12;
_useCJKMode = true;
#endif