X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_walk.h;h=28e38a4347825b18bd1c9670e53ea6a9c2b38f3a;hb=5f5d02725031cad23f1cab3290b8a9d661c89728;hp=7d3c0eba9d50ed6acdb73615c7b755a30d03a747;hpb=2c91a71533b4ce86b9e7fd708420ae05c74d8f52;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_walk.h b/player_walk.h index 7d3c0eb..28e38a4 100644 --- a/player_walk.h +++ b/player_walk.h @@ -75,6 +75,10 @@ struct player_walk{ } static player_walk; +enum player_walk_soundeffect { + k_player_walk_soundeffect_splash +}; + static f32 k_walkspeed = 10.0f, k_airspeed = 1.2f,