diff options
author | /dev/humancontroller <devhc@example.com> | 2014-07-13 18:56:55 +0200 |
---|---|---|
committer | /dev/humancontroller <devhc@example.com> | 2017-03-09 13:51:12 +0100 |
commit | c63bbf8000e75e5a3247f700bdf69a542e33d5ac (patch) | |
tree | b4043b188a5ae500185c84ab7402bb665e3132b3 /src/game/bg_public.h | |
parent | d300623e4c1f091db51e78dfee4cdf5611d3754c (diff) |
class-specific landing bobbing amounts
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 39dd1d80..77aed5fe 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -934,6 +934,7 @@ typedef struct int fov; float bob; float bobCycle; + float landBob; int steptime; float speed; |