COMMON: Revert Change Rect and Point to have int32 fields

This reverts commit 1c3e7fb4e9.
This commit is contained in:
Paul Gilbert 2021-07-06 19:23:16 -07:00
parent 16a6f22b4c
commit 0136043f09
53 changed files with 144 additions and 152 deletions

View file

@ -1163,7 +1163,7 @@ void ThemeEngine::drawSlider(const Common::Rect &r, int width, WidgetStateInfo s
dd = kDDSliderDisabled;
Common::Rect r2 = r;
r2.setWidth(MIN((int32)width, r.width()));
r2.setWidth(MIN((int16)width, r.width()));
// r2.top++; r2.bottom--; r2.left++; r2.right--;
if (rtl) {