From c89095f6d62ae7f35f3b0cad8c5c672860f84802 Mon Sep 17 00:00:00 2001 From: Roman Tetelman Date: Sat, 3 Oct 2009 12:18:55 +0000 Subject: * fix compiler warning * remove reference to holding +button5 to repair in tutorial text --- src/game/g_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game') 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 ); -- cgit