aboutsummaryrefslogtreecommitdiff
path: root/obj.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-01 20:40:11 +1000
committerquou <quou@disroot.org>2024-10-01 20:40:11 +1000
commit5ae0a01f81f98b6bed04ec6e3c6a687317489d91 (patch)
treee024ca4b6fcd63d946a1a73c76f077c326b95bfc /obj.h
parentf06c36339c3c4d1c3287f710c6963c643bc5219d (diff)
special charge
Diffstat (limited to 'obj.h')
-rw-r--r--obj.h2
1 files changed, 1 insertions, 1 deletions
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;