summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorM. Kristall <mkpdev@gmail.com>2011-09-25 21:29:39 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:18:14 +0000
commitdbf4212733c894a7e477b633ba528851feb6fa61 (patch)
treeaab9e0e3065c88871adbfb85593b223c9ff31df7 /src
parentb59916a9f635f4e7635c155b898dd4e971092ab7 (diff)
* (bug 5231) use the specified trace height correctly in G_WideTrace() (r4sh)
Diffstat (limited to 'src')
-rw-r--r--src/game/g_weapon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c
index 4db751ab..19a6c4ca 100644
--- a/src/game/g_weapon.c
+++ b/src/game/g_weapon.c
@@ -142,7 +142,7 @@ static void G_WideTrace( trace_t *tr, gentity_t *ent, float range,
vec3_t end;
VectorSet( mins, -width, -width, -height );
- VectorSet( maxs, width, width, width );
+ VectorSet( maxs, width, width, height );
*target = NULL;