aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
diff options
context:
space:
mode:
authorTravis Howell2009-01-04 06:15:01 +0000
committerTravis Howell2009-01-04 06:15:01 +0000
commit0e9bfc11b0b9a085626baf39595853478c2cdc7b (patch)
tree9ac26fb0af60c95f1306fdc662730b3a1902a3b8 /engines/scumm/he
parent7ec0a139494b4243cd04eda94a1b2a3d5f6d3202 (diff)
downloadscummvm-rg350-0e9bfc11b0b9a085626baf39595853478c2cdc7b.tar.gz
scummvm-rg350-0e9bfc11b0b9a085626baf39595853478c2cdc7b.tar.bz2
scummvm-rg350-0e9bfc11b0b9a085626baf39595853478c2cdc7b.zip
Fix no input, when playing cards in Blue's 123 Time Activies.
svn-id: r35716
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());