diff options
Diffstat (limited to 'scumm/string.cpp')
| -rw-r--r-- | scumm/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/string.cpp b/scumm/string.cpp index aa0da5ce66..001fb47274 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -207,7 +207,7 @@ void ScummEngine::CHARSET_1() { if (_charset->_center) { if (t > _charset->_nextLeft) t = _charset->_nextLeft; - t /= 2; + t *= 2; } buffer = _charsetBuffer + _charsetBufPos; |
