mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
oops, copy&paste, I should avoid 'em or check better :-(
svn-id: r6998
This commit is contained in:
parent
3ffafcfdf3
commit
06810ea184
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user