aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script.cpp b/scumm/script.cpp
index e35da79b42..c62ce271df 100644
--- a/scumm/script.cpp
+++ b/scumm/script.cpp
@@ -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