Only applies to SCUMM 1/2.

Fixes regressions mentioned in bug #1306269

svn-id: r18901
This commit is contained in:
Travis Howell 2005-09-30 07:31:14 +00:00
parent 36f77ad3f9
commit 65c1855759

View File

@ -430,7 +430,7 @@ loc_avoid_ks_fe:
_talkDelay += (int)VAR(VAR_CHARINC);
// Handle line breaks for V1-V3
if (_version <= 3 && _charset->_nextLeft > _screenWidth) {
if (_version <= 2 && _charset->_nextLeft > _screenWidth) {
goto newLine;
}
}