mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
+1
-1
@@ -390,7 +390,7 @@ loc_avoid_ks_fe:
|
||||
_talkDelay += (int)VAR(VAR_CHARINC);
|
||||
|
||||
// Handle line breaks for V1-V3
|
||||
if (_version <= 3 && _charset->_nextLeft >= _screenWidth) {
|
||||
if (_version <= 3 && _charset->_nextLeft > _screenWidth) {
|
||||
goto newLine;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user