summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorBen Millwood <thebenmachine@gmail.com>2009-10-03 11:48:57 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:15:22 +0000
commit0f004824c2b380d3477aaaf36d0049d488816866 (patch)
tree12471da16d17b9de1de537cf2512f57bde7a0634 /src/game
parent88bbd3acea29772ce23ca8837cfe15298e441746 (diff)
* Experimental fix for the colour wrapping fail
Diffstat (limited to 'src/game')
-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 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 );