diff options
Diffstat (limited to 'engines/supernova')
-rw-r--r-- | engines/supernova/screen.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/supernova/screen.cpp b/engines/supernova/screen.cpp index 5404b13254..2c441acf7b 100644 --- a/engines/supernova/screen.cpp +++ b/engines/supernova/screen.cpp @@ -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); |