diff options
Diffstat (limited to 'engines/tsage/user_interface.cpp')
| -rw-r--r-- | engines/tsage/user_interface.cpp | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/engines/tsage/user_interface.cpp b/engines/tsage/user_interface.cpp index ae5c6c8cee..45bfe2b5ea 100644 --- a/engines/tsage/user_interface.cpp +++ b/engines/tsage/user_interface.cpp @@ -8,12 +8,12 @@   * modify it under the terms of the GNU General Public License   * as published by the Free Software Foundation; either version 2   * of the License, or (at your option) any later version. - + *   * This program is distributed in the hope that it will be useful,   * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the   * GNU General Public License for more details. - + *   * You should have received a copy of the GNU General Public License   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. @@ -297,8 +297,8 @@ void UICollection::r2rDrawFrame() {  	GLOBALS._screenSurface.copyFrom(vertLine, SCREEN_WIDTH - 4, 3);  	// Restrict drawing area to exclude the borders at the edge of the screen -	R2_GLOBALS._screenSurface._clipRect = Rect(4, 4, SCREEN_WIDTH - 4, -		SCREEN_HEIGHT - 4); +	R2_GLOBALS._screenSurface._clipRect = Rect(4, 3, SCREEN_WIDTH - 4, +		SCREEN_HEIGHT - 3);  }  /*--------------------------------------------------------------------------*/ | 
