From 0f004824c2b380d3477aaaf36d0049d488816866 Mon Sep 17 00:00:00 2001 From: Ben Millwood Date: Sat, 3 Oct 2009 11:48:57 +0000 Subject: * Experimental fix for the colour wrapping fail --- 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 ab6d82f0..49a5ceac 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -655,6 +655,7 @@ char *G_NewString( const char *string ); // g_cmds.c // void G_StopFollowing( gentity_t *ent ); +void G_StopFromFollowing( gentity_t *ent ); void G_FollowLockView( gentity_t *ent ); qboolean G_FollowNewClient( gentity_t *ent, int dir ); void G_ToggleFollow( gentity_t *ent ); -- cgit