ACCESS: Implemented animation anim methods

This commit is contained in:
Paul Gilbert 2014-08-10 23:17:53 -04:00
parent 69ecc15c02
commit a0b9afded3
3 changed files with 158 additions and 9 deletions

View file

@ -171,7 +171,7 @@ void Scripts::cmdRetPos() {
}
void Scripts::cmdAnim() {
int animId = _data->readUint16LE();
int animId = _data->readByte();
_vm->_animation->animate(animId);
}