mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-11 04:06:12 +00:00
Checks actor costume frame.
svn-id: r17604
This commit is contained in:
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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user