summary refs log tree commit diff stats
path: root/src/mob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mob.h')
-rw-r--r--src/mob.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mob.h b/src/mob.h index 7a4b707..213b062 100644 --- a/src/mob.h +++ b/src/mob.h
@@ -7,4 +7,6 @@ typedef struct {
7 double y_accel; 7 double y_accel;
8 int w; 8 int w;
9 int h; 9 int h;
10 bool onGround;
11 int animFrame;
10} mob_t; 12} mob_t;