Ticket #8080: snm-intro-fix.diff

File snm-intro-fix.diff, 563 bytes (added by eriktorbjorn, 22 years ago)

Patch against an October 4 CVS snapshot

  • scummvm/scumm/string.cpp

    diff -ur ScummVM-cvs20021004/scummvm/scumm/string.cpp ScummVM-cvs20021004+hack/scummvm/scumm/string.cpp
    old new  
    560560                charset._left -= charset.getStringWidth(a, buf, 0) >> 1;
    561561        }
    562562
    563         // Verb text should never time out.
     563        // Verb text should mask and never time out.
    564564        if (a == 4)
    565565                _talkDelay = -1;
     566        else
     567                charset._ignoreCharsetMask = 1;
    566568
    567569        if (!buf[0]) {
    568570                buf[0] = ' ';