fixed verb scripts for old bundle games
svn-id: r7089
This commit is contained in:
parent
f7c4ef0c67
commit
80c73e2cc9
1 changed files with 1 additions and 1 deletions
|
@ -896,7 +896,7 @@ int Scumm::getVerbEntrypoint(int obj, int entry) {
|
|||
assert(objptr);
|
||||
|
||||
if (_features & GF_OLD_BUNDLE)
|
||||
verbptr = objptr + 21;
|
||||
verbptr = objptr + 17;
|
||||
else if (_features & GF_SMALL_HEADER)
|
||||
verbptr = objptr + 19;
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue