Ticket #8318: gfx.diff

File gfx.diff, 378 bytes (added by eriktorbjorn, 20 years ago)

Patch against a January 23 CVS snapshot

  • scummvm/scumm/gfx.cpp

    diff -ur ScummVM-cvs20040123/scummvm/scumm/gfx.cpp ScummVM-cvs20040123+hack/scummvm/scumm/gfx.cpp
    old new  
    245245
    246246        if (slot != 3) {
    247247                vs->setDirtyRange(0, height);
     248                updateDirtyScreen(slot);
    248249        }
    249250}
    250251