From 0e9bfc11b0b9a085626baf39595853478c2cdc7b Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 4 Jan 2009 06:15:01 +0000 Subject: Fix no input, when playing cards in Blue's 123 Time Activies. svn-id: r35716 --- engines/scumm/he/script_v90he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/he') 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()); -- cgit v1.2.3