diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/g_local.h | 1 |
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 ); |