X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_skate.h;h=735ffa613e8b59651fa73f4b6c544aae07c2c020;hb=fbc68c65e01838feb77f47b30994b45fcc39ebaf;hp=c6a7860833077d8845bed38b8c22063f688a0ddf;hpb=71b7175073e0c764c3c5cb0c7ceee0f8cca09e58;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_skate.h b/player_skate.h index c6a7860..735ffa6 100644 --- a/player_skate.h +++ b/player_skate.h @@ -76,6 +76,8 @@ struct player_skate{ float land_dist; v3f land_normal; v4f smoothed_rotation; + + f32 velocity_limit, grind_y_start; } state;