summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorRoman Tetelman <kevlarman@gmail.com>2009-10-03 12:18:55 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:15:51 +0000
commitc89095f6d62ae7f35f3b0cad8c5c672860f84802 (patch)
treea383038a2bd5d6ffd3deabeb5788e5a7e9ec4f2e /src/game/g_local.h
parent4ba86dcaeb69e2b87a4d715b886bb89bfd72e8ce (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.h1
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 );