Ticket #8080: snm-intro-fix.diff
File snm-intro-fix.diff, 563 bytes (added by , 22 years ago) |
---|
-
scummvm/scumm/string.cpp
diff -ur ScummVM-cvs20021004/scummvm/scumm/string.cpp ScummVM-cvs20021004+hack/scummvm/scumm/string.cpp
old new 560 560 charset._left -= charset.getStringWidth(a, buf, 0) >> 1; 561 561 } 562 562 563 // Verb text should never time out.563 // Verb text should mask and never time out. 564 564 if (a == 4) 565 565 _talkDelay = -1; 566 else 567 charset._ignoreCharsetMask = 1; 566 568 567 569 if (!buf[0]) { 568 570 buf[0] = ' ';