diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index 05cbcbdf..38ee43e9 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1107,6 +1107,7 @@ typedef struct qboolean weapon2Firing; qboolean weapon3Firing; + int boostedTime; int poisonedTime; vec3_t lastNormal; //TA: view smoothage |