From d6611964293a79d504d4fa8570bdadd6334ed5b9 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 25 Aug 2005 00:19:39 +0000 Subject: [PATCH] Fixed bug at17860 --- plugins/include/engine.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/engine.inc b/plugins/include/engine.inc index 15430a52..a2a4aff8 100755 --- a/plugins/include/engine.inc +++ b/plugins/include/engine.inc @@ -277,6 +277,6 @@ native is_in_viewcone(entity, Float:origin[3]); native is_visible(entity, target); //Added at twistedeuphoria's request, see funcwiki for details -native trace_forward(Float:start[3], Float:angle, Float:give, ignoreEnt, &Float:hitX, &Float:hitY, &Float:shortestDistance, &Float:shortestDistLow, &Float:shortestDistHigh); +native trace_forward(Float:start[3], Float:angle[3], Float:give, ignoreEnt, &Float:hitX, &Float:hitY, &Float:shortestDistance, &Float:shortestDistLow, &Float:shortestDistHigh); #include