Checks actor costume frame.

svn-id: r17604
This commit is contained in:
Travis Howell 2005-04-15 01:02:22 +00:00
parent 3be91ebf6a
commit 4cd1104317

@ -465,9 +465,8 @@ void ScummEngine_v90he::o90_getActorData() {
push(a->isUserConditionSet(val));
break;
case 2:
// Get actor limb?
checkRange(15, 0, val, "Limb %d out of range");
push(0);
push(a->_cost.frame[val]);
break;
case 3:
push(a->getAnimSpeed());