aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/string.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}
}