From e08b836ffcc98c79158f493c48caf34c23a1fd3d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 1 May 2026 04:47:33 +0200 Subject: Smooth walking up the stairs --- all.h | 1 + 1 file changed, 1 insertion(+) (limited to 'all.h') diff --git a/all.h b/all.h index b0dde0c..d4025cd 100644 --- a/all.h +++ b/all.h @@ -114,6 +114,7 @@ typedef struct { float lean_amount; float crouch_amount; float horizontal_speed; + float camera_offset_y; // Vertical offset for stair smoothing } PlayerState; void UpdatePlayer(void); -- cgit v1.2.3