mirror of
https://github.com/HarbourMasters/2ship2harkinian.git
synced 2024-11-24 06:29:59 +00:00
curFrame
This commit is contained in:
parent
27fd4a8d37
commit
c6f9cd72e0
@ -958,9 +958,9 @@ void func_80C0D334(EnBsb* this) {
|
||||
}
|
||||
|
||||
void func_80C0D384(EnBsb* this, PlayState* play) {
|
||||
f32 var_v0 = this->skelAnime.curFrame;
|
||||
f32 curFrame = this->skelAnime.curFrame;
|
||||
|
||||
if (this->unk_02C4 <= var_v0) {
|
||||
if (this->unk_02C4 <= curFrame) {
|
||||
func_80C0C86C(this);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user