Ticket #8262: stretchable.diff
File stretchable.diff, 583 bytes (added by , 21 years ago) |
---|
-
scummvm/common/scaler.cpp
diff -ur ScummVM-cvs20030719/scummvm/common/scaler.cpp ScummVM-cvs20030719+hack/scummvm/common/scaler.cpp
old new 728 728 #endif 729 729 730 730 void makeRectStretchable(int &x, int &y, int &w, int &h) { 731 #if ASPECT_MODE != kVeryFastAndUglyAspectMode 731 732 int m = real2Aspect(y) % 6; 732 733 733 734 // Ensure that the rect will start on a line that won't have its … … 737 738 y -= m; 738 739 h += m; 739 740 } 741 #endif 740 742 } 741 743 742 744 /**