From 58dcb8436fc6498e6886ee9d65f57feda8db8148 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 27 Jan 2006 05:11:11 +0000 Subject: No longer required. svn-id: r20207 --- scumm/wiz_he.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/scumm/wiz_he.cpp b/scumm/wiz_he.cpp index af8db52081..6c6971c9a8 100644 --- a/scumm/wiz_he.cpp +++ b/scumm/wiz_he.cpp @@ -1019,7 +1019,6 @@ uint8 *Wiz::drawWizImage(int resNum, int state, int x1, int y1, int zorder, int if (dstResNum) { uint8 *dstPtr = _vm->getResourceAddress(rtImage, dstResNum); assert(dstPtr); - _vm->res.lock(rtImage, dstResNum); dst = _vm->findWrappedBlock(MKID('WIZD'), dstPtr, 0, 0); assert(dst); getWizImageDim(dstResNum, 0, cw, ch); @@ -1261,7 +1260,6 @@ void Wiz::drawWizPolygon(int resNum, int state, int id, int flags, int shadow, i if (dstResNum) { uint8 *dstPtr = _vm->getResourceAddress(rtImage, dstResNum); assert(dstPtr); - _vm->res.lock(rtImage, dstResNum); dst = _vm->findWrappedBlock(MKID('WIZD'), dstPtr, 0, 0); assert(dst); -- cgit v1.2.3