typo/cleanup

svn-id: r7174
This commit is contained in:
Max Horn 2003-04-28 12:36:21 +00:00
parent b4165b0242
commit dabbbde957
2 changed files with 4 additions and 4 deletions

View File

@ -234,18 +234,18 @@ void CharsetRendererOld256::printChar(int chr) {
}
// FIXME
if (_left < _strLeft)
if (_strLeft > _left)
_strLeft = _left;
_left += getCharWidth(chr);
if (_left > _strRight) {
if (_strRight < _left) {
_strRight = _left;
if (_dropShadow)
_strRight++;
}
if (_top + h > _strBottom)
if (_strBottom < _top + h)
_strBottom = _top + h;
}

View File

@ -1014,7 +1014,7 @@ void Scumm::initRoomSubBlocks() {
}
//
// Load sccale data
// Load scale data
//
if (_features & GF_OLD_BUNDLE)
ptr = 0; // TODO ?