diff options
author | Roman Tetelman <kevlarman@gmail.com> | 2009-10-03 12:13:33 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:46 +0000 |
commit | 73ba37882f4d4696071e68c034e5a6988178bc85 (patch) | |
tree | 7aa667cc079f41527ed5ff3cdac9459dc36bb03e /src/cgame/cg_local.h | |
parent | 461ec09e9a680df9e627a772c68142336b0f7a4f (diff) |
* from __future__ import thirdpersonspec (Lakitu7)
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 73933525..87911919 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1100,6 +1100,9 @@ typedef struct vec3_t kick_angles; // weapon kicks vec3_t kick_origin; + + qboolean thirdPersonFollow; + // temp working variables for player view float bobfracsin; int bobcycle; |