aboutsummaryrefslogtreecommitdiff
path: root/all.h
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2026-05-01 04:47:33 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2026-05-01 04:47:33 +0200
commite08b836ffcc98c79158f493c48caf34c23a1fd3d (patch)
treec5c51f2fbdfd9748f1e1d5e453e5de52916ac8bf /all.h
parent210188ed21b4cb2d2df1f2d3f5bc86f89302751e (diff)
downloadstalag-e08b836ffcc98c79158f493c48caf34c23a1fd3d.tar.gz
Smooth walking up the stairsHEADmaster
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);