diff options
author | Roman Tetelman <kevlarman@gmail.com> | 2009-10-03 12:06:08 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:40 +0000 |
commit | 659ac13af69234f22f573eec20279b44bad6ba6e (patch) | |
tree | d7e35dd3f8c3fd23bd86e597a5104d108eba22f7 /src/cgame/cg_players.c | |
parent | c9006304896cd95d989f68d5b103702d51fdf7bb (diff) |
* trample damage repeat slightly nerfed (50->75)
* updated help files
Diffstat (limited to 'src/cgame/cg_players.c')
-rw-r--r-- | src/cgame/cg_players.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cgame/cg_players.c b/src/cgame/cg_players.c index 54c5acd4..28d19ba9 100644 --- a/src/cgame/cg_players.c +++ b/src/cgame/cg_players.c @@ -2374,7 +2374,6 @@ centity_t *CG_GetLocation( centity_t *cent ) centity_t *eloc, *best; float bestlen, len; vec3_t origin; - trace_t tr; best = NULL; bestlen = 3.0f * 8192.0f * 8192.0f; |