From 65c18557593bc9d25b68987055dd8f25a3d94317 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 30 Sep 2005 07:31:14 +0000 Subject: Only applies to SCUMM 1/2. Fixes regressions mentioned in bug #1306269 svn-id: r18901 --- scumm/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/string.cpp b/scumm/string.cpp index e949a04a55..04a415530c 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -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; } } -- cgit v1.2.3