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 6dda7ade..ed4034d9 100644
--- a/src/game/g_active.c
+++ b/src/game/g_active.c
@@ -1119,7 +1119,7 @@ void ClientThink_real( gentity_t *ent )
}
else
{
- //TA: look for MCU infront of player
+ //TA: look for object infront of player
AngleVectors( client->ps.viewangles, view, NULL, NULL );
VectorMA( client->ps.origin, 200, view, point );
trap_Trace( &trace, client->ps.origin, NULL, NULL, point, ent->s.number, MASK_SHOT );