diff options
author | Roman Tetelman <kevlarman@gmail.com> | 2009-10-03 12:18:55 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:51 +0000 |
commit | c89095f6d62ae7f35f3b0cad8c5c672860f84802 (patch) | |
tree | a383038a2bd5d6ffd3deabeb5788e5a7e9ec4f2e /src/game/g_local.h | |
parent | 4ba86dcaeb69e2b87a4d715b886bb89bfd72e8ce (diff) |
* fix compiler warning
* remove reference to holding +button5 to repair in tutorial text
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index e0a9cca1..d793a9e0 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -881,6 +881,7 @@ void SnapVectorTowards( vec3_t v, vec3_t to ); qboolean CheckVenomAttack( gentity_t *ent ); void CheckGrabAttack( gentity_t *ent ); qboolean CheckPounceAttack( gentity_t *ent ); +void CheckCkitRepair( gentity_t *ent ); void G_ChargeAttack( gentity_t *ent, gentity_t *victim ); void G_CrushAttack( gentity_t *ent, gentity_t *victim ); void G_UpdateZaps( gentity_t *ent ); |