summaryrefslogtreecommitdiff
path: root/src/game/g_active.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_active.c')
-rw-r--r--src/game/g_active.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_active.c b/src/game/g_active.c
index 7acf6a9b..953b939f 100644
--- a/src/game/g_active.c
+++ b/src/game/g_active.c
@@ -1611,7 +1611,7 @@ void ClientThink_real( gentity_t *ent )
vec3_t mins, maxs;
int i, num;
- //TA: look for object infront of player
+ // look for object infront of player
AngleVectors( client->ps.viewangles, view, NULL, NULL );
VectorMA( client->ps.origin, USE_OBJECT_RANGE, view, point );
trap_Trace( &trace, client->ps.origin, NULL, NULL, point, ent->s.number, MASK_SHOT );