svn-id: r11316
This commit is contained in:
Paweł Kołodziejski 2003-11-16 21:26:10 +00:00
parent d5eddef057
commit b19119e89f
2 changed files with 2 additions and 2 deletions

View file

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