From d10dc2a3d0a4d7d8e79799737e1c5948fcecf26c Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 25 Sep 2004 22:43:44 +0000 Subject: No longer required svn-id: r15275 --- scumm/gfx.cpp | 9 --------- 1 file changed, 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); -- cgit v1.2.3