Ticket #8111: dott-regression.diff
File dott-regression.diff, 504 bytes (added by , 22 years ago) |
---|
-
scummvm/scumm/gfx.cpp
diff -ur ScummVM-cvs20021026/scummvm/scumm/gfx.cpp ScummVM-cvs20021026+hack/scummvm/scumm/gfx.cpp
old new 895 895 if (vs->scrollable) 896 896 sx -= vs->xstart >> 3; 897 897 898 if (sx < 0) 899 goto next_iter; 900 898 901 if (sx >= _numStrips) 899 902 return; 900 903 … … 990 993 } 991 994 } 992 995 } 996 997 next_iter: 993 998 CHECK_HEAP; 994 999 x++; 995 1000 stripnr++;