diff options
Diffstat (limited to 'scumm/gfx.cpp')
-rw-r--r-- | scumm/gfx.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index c58df535a0..b11f2fae74 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -1181,15 +1181,6 @@ void Gdi::drawBitmap(const byte *ptr, VirtScreen *vs, int x, int y, const int wi } else smap_ptr = _vm->findResource(MKID('SMAP'), ptr); - if (!smap_ptr) { - // This will go away eventually. HE 7.2 titles used different function - // here which read BMAP. But it was replaced not in every place. So - // this is a placeholder which shows that not all such cases are - // processed yet. - warning("We shouldn't be here, no SMAP"); - return; - } - assert(smap_ptr); numzbuf = getZPlanes(ptr, zplane_list); |