aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/he')
-rw-r--r--engines/scumm/he/script_v90he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/he/script_v90he.cpp b/engines/scumm/he/script_v90he.cpp
index 0e60ac9d09..832a61f85e 100644
--- a/engines/scumm/he/script_v90he.cpp
+++ b/engines/scumm/he/script_v90he.cpp
@@ -1629,7 +1629,7 @@ void ScummEngine_v90he::o90_getActorData() {
break;
case 2:
assertRange(0, val, 15, "o90_getActorData: Limb");
- push(a->_cost.frame[val]);
+ push(a->_cost.frame[val] * 4);
break;
case 3:
push(a->getAnimSpeed());