diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 471b1b91..dcfbf4be 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -360,6 +360,9 @@ struct gclient_s int pouncePayload; //TA: amount of damage pounce attack will do qboolean allowedToPounce; + int chargePayload; //TA: amount of damage charge attack will do + qboolean allowedToCharge; + vec3_t hovelOrigin; //TA: player origin before entering hovel int lastFlameBall; //TA: s.number of the last flame ball fired @@ -659,6 +662,7 @@ void SnapVectorTowards( vec3_t v, vec3_t to ); qboolean CheckVenomAttack( gentity_t *ent ); void CheckGrabAttack( gentity_t *ent ); qboolean CheckPounceAttack( gentity_t *ent ); +qboolean CheckChargeAttack( gentity_t *ent ); // |