diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2009-10-03 13:10:33 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:32 +0000 |
commit | 3fd952a2fc79839dc2443e86a5bd5b9200db69fe (patch) | |
tree | d340aecb61ded55793ce90e24ef2a26b3911cc75 /src/game/bg_public.h | |
parent | 1f2000da1ab287833af69689ddefb9fbf92039cb (diff) |
* Cleanup thirdperson spec code
- Remove the temporary manual override cvars
- Bring back cg_thirdpersonangle by request even though it's only useful in non-gameplay cases
- Move thirdperson view offset values to classconfigs where they belong
- Attempt once again to fix cg_thirdpersonpitchfollow
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 e1654ef8..1b9c3e2f 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -965,6 +965,7 @@ typedef struct int viewheight; int crouchViewheight; float zOffset; + vec3_t shoulderOffsets; } classConfig_t; //stages |