fixed verb scripts for old bundle games

svn-id: r7089
This commit is contained in:
Max Horn 2003-04-23 23:46:03 +00:00
parent f7c4ef0c67
commit 80c73e2cc9

View file

@ -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