aboutsummaryrefslogtreecommitdiff
path: root/obj.h
diff options
context:
space:
mode:
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;