Ticket #518: dig-credits-hack.diff

File dig-credits-hack.diff, 601 bytes (added by eriktorbjorn, 21 years ago)

Hack to almost fix the end credits

  • scummvm/scumm/string.cpp

    diff -ur ScummVM-cvs20030329/scummvm/scumm/string.cpp ScummVM-cvs20030329+hack/scummvm/scumm/string.cpp
    old new  
    365365
    366366        _talkDelay = 1;
    367367
    368         restoreCharsetBg();
     368        if (_string[0].ypos + _charset->getFontHeight() > 0)
     369                restoreBG(0, _string[0].ypos, _realWidth - 1, _string[0].ypos + _charset->getFontHeight());
     370
     371        _charset->_nextLeft = _string[0].xpos;
     372        _charset->_nextTop = _string[0].ypos;
    369373
    370374        do {
    371375                c = *buf++;