diff options
author | Travis Howell | 2004-09-25 22:42:07 +0000 |
---|---|---|
committer | Travis Howell | 2004-09-25 22:42:07 +0000 |
commit | b70df8a975d68ad4402026495b470f3a0aaf81cf (patch) | |
tree | f941434713d9f3dc875560faddca505d0d970602 /scumm | |
parent | 3211239a7d7d1422e9d58d79b056b4d81f60763e (diff) | |
download | scummvm-rg350-b70df8a975d68ad4402026495b470f3a0aaf81cf.tar.gz scummvm-rg350-b70df8a975d68ad4402026495b470f3a0aaf81cf.tar.bz2 scummvm-rg350-b70df8a975d68ad4402026495b470f3a0aaf81cf.zip |
Remove leftover
svn-id: r15274
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/gfx.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/gfx.cpp b/scumm/gfx.cpp index 12c90c9596..c58df535a0 100644 --- a/scumm/gfx.cpp +++ b/scumm/gfx.cpp @@ -1181,8 +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); -Common::hexdump(smap_ptr - 24, 48); - 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 |