aboutsummaryrefslogtreecommitdiff
path: root/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'all.h')
-rw-r--r--all.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/all.h b/all.h
index b0dde0c..d4025cd 100644
--- a/all.h
+++ b/all.h
@@ -114,6 +114,7 @@ typedef struct {
114 float lean_amount; 114 float lean_amount;
115 float crouch_amount; 115 float crouch_amount;
116 float horizontal_speed; 116 float horizontal_speed;
117 float camera_offset_y; // Vertical offset for stair smoothing
117} PlayerState; 118} PlayerState;
118 119
119void UpdatePlayer(void); 120void UpdatePlayer(void);