aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r--scumm/gfx.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp
index 7bee659582..c0307437ef 100644
--- a/scumm/gfx.cpp
+++ b/scumm/gfx.cpp
@@ -1138,9 +1138,7 @@ void Gdi::drawBitmap(byte *ptr, VirtScreen *vs, int x, int y, const int width, c
if (!zplane_list[i])
continue;
- if (_vm->_features & GF_AFTER_V2)
- offs = 0;
- else if (_vm->_features & GF_OLD_BUNDLE)
+ if (_vm->_features & GF_OLD_BUNDLE)
offs = READ_LE_UINT16(zplane_list[i] + stripnr * 2);
else if (_vm->_features & GF_OLD256)
offs = READ_LE_UINT16(zplane_list[i] + stripnr * 2 + 4);