diff options
| author | Max Horn | 2002-12-31 03:32:06 +0000 |
|---|---|---|
| committer | Max Horn | 2002-12-31 03:32:06 +0000 |
| commit | bac024525022037252fc37c2f1236fa63097627b (patch) | |
| tree | cc47d5a68dd05a92e328210511240a672ed697bb /scumm/scummvm.cpp | |
| parent | 5d4f06cf1f5b75b0ee719b41cf69443f2fd1b9a8 (diff) | |
| download | scummvm-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.cpp | 2 |
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 |
