From 5ae0a01f81f98b6bed04ec6e3c6a687317489d91 Mon Sep 17 00:00:00 2001 From: quou Date: Tue, 1 Oct 2024 20:40:11 +1000 Subject: special charge --- obj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'obj.h') diff --git a/obj.h b/obj.h index 2b151b7..a74b015 100644 --- a/obj.h +++ b/obj.h @@ -19,7 +19,7 @@ typedef struct { int anim; int grounded, headbutted, on_ramp, jumping; int cooldown, slashing; - int inv, hp; + int inv, hp, charge; Face face; Rect rect; } Player; -- cgit v1.2.3-54-g00ecf