aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
authorMax Horn2002-12-31 03:32:06 +0000
committerMax Horn2002-12-31 03:32:06 +0000
commitbac024525022037252fc37c2f1236fa63097627b (patch)
treecc47d5a68dd05a92e328210511240a672ed697bb /scumm/scummvm.cpp
parent5d4f06cf1f5b75b0ee719b41cf69443f2fd1b9a8 (diff)
downloadscummvm-rg350-bac024525022037252fc37c2f1236fa63097627b.tar.gz
scummvm-rg350-bac024525022037252fc37c2f1236fa63097627b.tar.bz2
scummvm-rg350-bac024525022037252fc37c2f1236fa63097627b.zip
added V8 support to drawVerbBitmap - not even sure if that is used in COMI, though
svn-id: r6286
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 5c964c64be..72d21822b4 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -752,7 +752,7 @@ void Scumm::initRoomSubBlocks()
assert(ptr);
ptr = findResource(MKID('OFFS'), ptr);
assert(ptr);
- // Get the first SMAP resource (corresponds to IM00)
+ // Get the address of the first SMAP (corresponds to IM00)
ptr += READ_LE_UINT32(ptr + 8);
_IM00_offs = ptr - roomptr;
} else