aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-05 14:45:02 +0000
committerTravis Howell2005-04-05 14:45:02 +0000
commitb399a052f1a60df4731aa15d330e1c0b759ed857 (patch)
treefc2b7082f1147287287b01b98f9599352118e175 /scumm/gfx.cpp
parenteeb70bdfd26438a1c5fbf7e5a31cf1be81e0b8b3 (diff)
downloadscummvm-rg350-b399a052f1a60df4731aa15d330e1c0b759ed857.tar.gz
scummvm-rg350-b399a052f1a60df4731aa15d330e1c0b759ed857.tar.bz2
scummvm-rg350-b399a052f1a60df4731aa15d330e1c0b759ed857.zip
Fixed long ago...
svn-id: r17387
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index ae5334ece7..e46abd0c3d 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -1388,7 +1388,6 @@ void Gdi::drawBitmap(const byte *ptr, VirtScreen *vs, int x, int y, const int wi
//if (_vm->_NESStartStrip > 0)
// stripnr -= _vm->_NESStartStrip;
- // FIXME Still not been calculated correctly
while (numstrip > 0 && sx < _numStrips && x * 8 < MAX(_vm->_roomWidth, (int) vs->w)) {
CHECK_HEAP;