Ticket #707: mi2-diving-fix.diff
File mi2-diving-fix.diff, 446 bytes (added by , 22 years ago) |
---|
-
scummvm/scumm/gfx.cpp
diff -ur ScummVM-cvs20030401/scummvm/scumm/gfx.cpp ScummVM-cvs20030401+hack/scummvm/scumm/gfx.cpp
old new 2295 2295 int x, y; 2296 2296 int step; 2297 2297 2298 // This is needed for the diving scene in MI2. 2299 updatePalette(); 2300 2298 2301 if ((dir == 0) || (dir == 1)) 2299 2302 step = vs->height; 2300 2303 else