diff options
author | Travis Howell | 2004-09-25 22:43:44 +0000 |
---|---|---|
committer | Travis Howell | 2004-09-25 22:43:44 +0000 |
commit | d10dc2a3d0a4d7d8e79799737e1c5948fcecf26c (patch) | |
tree | 0b59d759042935660ca27da5e815c3c00c45237a | |
parent | b70df8a975d68ad4402026495b470f3a0aaf81cf (diff) | |
download | scummvm-rg350-d10dc2a3d0a4d7d8e79799737e1c5948fcecf26c.tar.gz scummvm-rg350-d10dc2a3d0a4d7d8e79799737e1c5948fcecf26c.tar.bz2 scummvm-rg350-d10dc2a3d0a4d7d8e79799737e1c5948fcecf26c.zip |
No longer required
svn-id: r15275
-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); |