summaryrefslogtreecommitdiff
path: root/inc/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/entity.h')
-rw-r--r--inc/entity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/entity.h b/inc/entity.h
index 317db4c..6614fef 100644
--- a/inc/entity.h
+++ b/inc/entity.h
@@ -22,7 +22,7 @@ typedef struct Entity {
vec2 dim;
// player
- bool reverseGravity;
+ i8 reverseGravity;
i32 jump_buffer;
i32 grace;
bool djump;