aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/scumm.h
diff options
context:
space:
mode:
authorEugene Sandulenko2008-04-28 15:21:36 +0000
committerEugene Sandulenko2008-04-28 15:21:36 +0000
commit0ca949db2af91c3a070e2dc95e46ba6161e6c594 (patch)
tree6b2e0599d3af07664c3695df9a346248fe9a6f90 /engines/scumm/scumm.h
parentfc6fe46951f999d7fc14bf4bedcce7bfe728a77d (diff)
downloadscummvm-rg350-0ca949db2af91c3a070e2dc95e46ba6161e6c594.tar.gz
scummvm-rg350-0ca949db2af91c3a070e2dc95e46ba6161e6c594.tar.bz2
scummvm-rg350-0ca949db2af91c3a070e2dc95e46ba6161e6c594.zip
Fix Kanji text positioning in DIG. Constants based on disassembly, but
it can bring some regressions to subtitles. svn-id: r31757
Diffstat (limited to 'engines/scumm/scumm.h')
-rw-r--r--engines/scumm/scumm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/scumm.h b/engines/scumm/scumm.h
index 6e0e57c0fe..26b6aa6e2f 100644
--- a/engines/scumm/scumm.h
+++ b/engines/scumm/scumm.h
@@ -1199,6 +1199,7 @@ public:
bool _useCJKMode;
int _2byteHeight;
int _2byteWidth;
+ byte _newLineCharacter;
byte *get2byteCharPtr(int idx);
protected: