aboutsummaryrefslogtreecommitdiff
path: root/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx.cpp')
-rw-r--r--gfx.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/gfx.cpp b/gfx.cpp
index 4734dba482..a80132c949 100644
--- a/gfx.cpp
+++ b/gfx.cpp
@@ -5,7 +5,6 @@
* 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
@@ -947,11 +946,11 @@ void Scumm::redrawBGStrip(int start, int num) {
gfxUsageBits[s]|=0x80000000;
- if (_curVirtScreen->height < _scrHeight) {
+ /*if (_curVirtScreen->height < _scrHeight) {
warning("Screen Y size %d < Room height %d",
_curVirtScreen->height,
_scrHeight);
- }
+ }*/
gdi.drawBitmap(getResourceAddress(rtRoom, _roomResource)+_IM00_offs,
_curVirtScreen, s, 0, _curVirtScreen->height, s, num, 0);