diff options
author | Travis Howell | 2006-01-27 05:11:11 +0000 |
---|---|---|
committer | Travis Howell | 2006-01-27 05:11:11 +0000 |
commit | 58dcb8436fc6498e6886ee9d65f57feda8db8148 (patch) | |
tree | 6deeb3ae51839f3e7c27e54be6294838debdfb7d /scumm/wiz_he.cpp | |
parent | 0ce3f9ff35eca3eedb8bc7f90b01eb05994407b3 (diff) | |
download | scummvm-rg350-58dcb8436fc6498e6886ee9d65f57feda8db8148.tar.gz scummvm-rg350-58dcb8436fc6498e6886ee9d65f57feda8db8148.tar.bz2 scummvm-rg350-58dcb8436fc6498e6886ee9d65f57feda8db8148.zip |
No longer required.
svn-id: r20207
Diffstat (limited to 'scumm/wiz_he.cpp')
-rw-r--r-- | scumm/wiz_he.cpp | 2 |
1 files changed, 0 insertions, 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); |