From bac024525022037252fc37c2f1236fa63097627b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 31 Dec 2002 03:32:06 +0000 Subject: added V8 support to drawVerbBitmap - not even sure if that is used in COMI, though svn-id: r6286 --- scumm/object.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'scumm/object.cpp') diff --git a/scumm/object.cpp b/scumm/object.cpp index 394a66b678..ea2caafdf5 100644 --- a/scumm/object.cpp +++ b/scumm/object.cpp @@ -1189,13 +1189,10 @@ void Scumm::setCursorImg(uint img, uint room, uint imgindex) if (_features & GF_AFTER_V8) { dataptr = findResource(MKID('IMAG'), foir.obim); assert(dataptr); - dataptr = findResource(MKID('WRAP'), dataptr); assert(dataptr); - dataptr = findResource(MKID('OFFS'), dataptr); assert(dataptr); - dataptr += READ_LE_UINT32(dataptr + 4 + 4*imgindex); // TODO - distinguish between SMAP and BOMP here? -- cgit v1.2.3