Renamed anglevector to angle_vector because that's its name in module...

This commit is contained in:
Johnny Bergström 2004-09-12 17:00:33 +00:00
parent fed8228712
commit 1a2ef38588

View File

@ -183,7 +183,7 @@ native trace_normal(iIgnoreEnt, Float:fStart[3], Float:fEnd[3], Float:vReturn[3]
/* Changes a Vector to an Angle vector. */
native vector_to_angle(Float:fVector[3], Float:vReturn[3]);
native anglevector(Float:vector[3],FRU,Float:ret[3])
native angle_vector(Float:vector[3],FRU,Float:ret[3])
/* Gets the length of a vector (float[3]). */
native Float:vector_length(Float:vVector[3]);