Skip to content

Commit

Permalink
Update ui.c
Browse files Browse the repository at this point in the history
;
  • Loading branch information
ThothWhatsThis authored Jan 21, 2024
1 parent db4fb73 commit 25ef3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ void DrawChargeBar(void) {
tmp1 = gPlayerState.chargeState.action != 0;
if (!tmp1) {
EraseChargeBar();
return
return;
}
if (gHUD.maxHealth > 10 * 4)
BufferPos = &gBG0Buffer[0x60];
Expand Down

0 comments on commit 25ef3a2

Please sign in to comment.