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 7f93ecc..57172f5 100644
--- a/obj.h
+++ b/obj.h
@@ -18,7 +18,7 @@ typedef struct {
int frame;
int anim;
int grounded, headbutted, on_ramp, jumping;
- int cooldown;
+ int cooldown, slashing;
Face face;
Rect rect;
} Player;