From 25ef3a2541481dd12f7cedb15146fee76be976f5 Mon Sep 17 00:00:00 2001 From: Lemeon <66488505+ThothWhatsThis@users.noreply.github.com> Date: Sun, 21 Jan 2024 20:41:17 +0100 Subject: [PATCH] Update ui.c ; --- src/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui.c b/src/ui.c index 85c871bb..2b81bbbe 100644 --- a/src/ui.c +++ b/src/ui.c @@ -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];