From c3cf4a2cf6b203359501e7f964512ba7e425e4b3 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 1 Mar 2004 06:00:41 +0000 Subject: * Reimplemented the chasecam --- src/game/g_local.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/g_local.h') diff --git a/src/game/g_local.h b/src/game/g_local.h index 926cecb0..99f6ebf4 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -564,6 +564,8 @@ char *G_NewString( const char *string ); // g_cmds.c // void Cmd_Score_f( gentity_t *ent ); +void G_StopFollowing( gentity_t *ent ); +void Cmd_FollowCycle_f( gentity_t *ent, int dir ); // // g_physics.c -- cgit