diff options
| author | James Brown | 2002-11-03 15:56:52 +0000 |
|---|---|---|
| committer | James Brown | 2002-11-03 15:56:52 +0000 |
| commit | 9b390fb9c1ec6d7efcee7d05569135bb5c8f54ab (patch) | |
| tree | b702f282460837f4d2a79b6525e573e2ead5c780 /scumm/string.cpp | |
| parent | 512f80552eefa34c56f61fbb6207108a6802ec62 (diff) | |
| download | scummvm-rg350-9b390fb9c1ec6d7efcee7d05569135bb5c8f54ab.tar.gz scummvm-rg350-9b390fb9c1ec6d7efcee7d05569135bb5c8f54ab.tar.bz2 scummvm-rg350-9b390fb9c1ec6d7efcee7d05569135bb5c8f54ab.zip | |
Fix text positioning for the grail diary in Indy3
svn-id: r5394
Diffstat (limited to 'scumm/string.cpp')
| -rw-r--r-- | scumm/string.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp index 3b33ba3d53..2f983bdbf8 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -692,6 +692,9 @@ void Scumm::drawString(int a) charset._ypos2 = charset._top; } + + _string[a].xpos = charset._strRight + 8; // Indy3: Fixes Grail Diary text positioning + if (_features & GF_AFTER_V7) { charset._hasMask = true; if (charset._strLeft < gdi._mask_left) |
