JANITORIAL: Fix whitespace
This commit is contained in:
parent
25aa60726d
commit
9bee9e1ba6
38 changed files with 98 additions and 98 deletions
|
@ -339,9 +339,9 @@ void Screen::renderImageSection(const MSNImage *image, int section) {
|
|||
return;
|
||||
|
||||
Common::Rect sectionRect(image->_section[section].x1,
|
||||
image->_section[section].y1,
|
||||
image->_section[section].x2 + 1,
|
||||
image->_section[section].y2 + 1) ;
|
||||
image->_section[section].y1,
|
||||
image->_section[section].x2 + 1,
|
||||
image->_section[section].y2 + 1);
|
||||
if (image->_filenumber == 1 || image->_filenumber == 2) {
|
||||
sectionRect.setWidth(640);
|
||||
sectionRect.setHeight(480);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue