oops, copy&paste, I should avoid 'em or check better :-(

svn-id: r6998
This commit is contained in:
Max Horn 2003-04-12 20:19:29 +00:00
parent 3ffafcfdf3
commit 06810ea184

View File

@ -222,7 +222,7 @@ void Scumm::drawVerbBitmap(int verb, int x, int y) {
ydiff = y - vs->topline;
obim = getResourceAddress(rtVerb, verb);
if (_features & GF_SMALL_HEADER) {
if (_features & GF_OLD_BUNDLE) {
int room = READ_LE_UINT32(obim);
int object = READ_LE_UINT32(obim + 4);
byte *roomptr = getResourceAddress(rtRoom, room);