thinkerk works now.

svn-id: r15421
This commit is contained in:
Travis Howell 2004-10-05 14:40:22 +00:00
parent 96c493d94b
commit 3ea5ebce0e

View File

@ -1312,7 +1312,7 @@ void CharsetRendererClassic::printChar(int chr) {
drawTop = _top - _vm->_screenTop;
}
if (_vm->_heversion >= 71 && charUnk >= 8) {
if ((_vm->_heversion >= 71 && charUnk >= 8) || (_vm->_heversion >= 90 && charUnk == 0)) {
Common::Rect clip, src, dst;
clip.top = clip.left = 0;