From dbf4212733c894a7e477b633ba528851feb6fa61 Mon Sep 17 00:00:00 2001 From: "M. Kristall" Date: Sun, 25 Sep 2011 21:29:39 +0000 Subject: * (bug 5231) use the specified trace height correctly in G_WideTrace() (r4sh) --- src/game/g_weapon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit