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 8824a2d..7cbb962 100644
--- a/obj.h
+++ b/obj.h
@@ -52,7 +52,7 @@ typedef struct {
int x, y, vx, vy;
int hp, frame, anim;
int grounded, headbutted, on_ramp;
- int state;
+ int state, inv;
Face face;
Rect rect;
} Enemy;