Ticket #707: mi2-diving-fix.diff

File mi2-diving-fix.diff, 446 bytes (added by eriktorbjorn, 21 years ago)

Patch against an April 2 CVS snapshot

  • scummvm/scumm/gfx.cpp

    diff -ur ScummVM-cvs20030401/scummvm/scumm/gfx.cpp ScummVM-cvs20030401+hack/scummvm/scumm/gfx.cpp
    old new  
    22952295        int x, y;
    22962296        int step;
    22972297
     2298        // This is needed for the diving scene in MI2.
     2299        updatePalette();
     2300
    22982301        if ((dir == 0) || (dir == 1))
    22992302                step = vs->height;
    23002303        else