baanim.h documentation

This commit is contained in:
Banjo Kazooie
2023-02-17 20:08:45 -06:00
parent 1c4d1b54cd
commit 1aff1a433a
87 changed files with 904 additions and 850 deletions

View File

@@ -141,7 +141,7 @@ void func_802E08F0(Actor *this) {
this->marker->collidable = FALSE;
animctrl_setDuration(this->animctrl, this->unk5C);
animctrl_setPlaybackType(this->animctrl, 1);
animctrl_setPlaybackType(this->animctrl, ANIMCTRL_ONCE);
if (actor_animationIsAt(this, 0.99f) != 0) {
marker_despawn(this->marker);
}