mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
curFrame
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user