mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 09:49:14 +00:00
Only applies to SCUMM 1/2.
Fixes regressions mentioned in bug #1306269 svn-id: r18901
This commit is contained in:
parent
36f77ad3f9
commit
65c1855759
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user