aboutsummaryrefslogtreecommitdiff
path: root/gfx.cpp
diff options
context:
space:
mode:
authorJames Brown2002-03-09 15:07:32 +0000
committerJames Brown2002-03-09 15:07:32 +0000
commit5facf1a034ae1c93d118b4b357424d92165021f7 (patch)
tree54d31a4c94b2d8bf4c7cbc09fb5beded535a6b82 /gfx.cpp
parent19b42ea38e773698a388af51dd2b579acf97a34f (diff)
downloadscummvm-rg350-5facf1a034ae1c93d118b4b357424d92165021f7.tar.gz
scummvm-rg350-5facf1a034ae1c93d118b4b357424d92165021f7.tar.bz2
scummvm-rg350-5facf1a034ae1c93d118b4b357424d92165021f7.zip
Correct a DOTT bug - and break some saved games again :/
People, remember this is alpha software - things change constantly :) DOTT is now fully completable again, along with Sam and Max. svn-id: r3715
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);