1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-02 22:14:33 +00:00

HealthMeter_ -> Health_ (#1202)

* HealthMeter_ -> Health_

* PR Suggestion
This commit is contained in:
engineer124 2022-05-08 00:18:42 +10:00 committed by GitHub
parent 5cc5cf5a7e
commit 80186ec1ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 16 deletions

View file

@ -6893,7 +6893,7 @@ void func_808409CC(GlobalContext* globalCtx, Player* this) {
s32 sp34;
if ((this->unk_664 != NULL) ||
(!(heathIsCritical = HealthMeter_IsCritical()) && ((this->unk_6AC = (this->unk_6AC + 1) & 1) != 0))) {
(!(heathIsCritical = Health_IsCritical()) && ((this->unk_6AC = (this->unk_6AC + 1) & 1) != 0))) {
this->stateFlags2 &= ~PLAYER_STATE2_28;
anim = func_80833338(this);
} else {