Fixed amb350 - typo in traceline_set_float

This commit is contained in:
Steve Dudenhoeffer 2007-06-21 03:44:36 +00:00
parent 7690f1a099
commit 069c293aba

View File

@ -395,7 +395,7 @@ public __traceline_set_float(plid, num)
case TR_FL_flFraction:
set_tr2(g_LastTrace, TraceResult:TR_flFraction, fValue)
case TR_FL_flPlaneDist:
get_tr2(g_LastTrace, TraceResult:TR_flPlaneDist, fValue)
set_tr2(g_LastTrace, TraceResult:TR_flPlaneDist, fValue)
default:
{
log_error(AMX_ERR_NATIVE, "Invalid TR_ parameter")