removed unused stuff

This commit is contained in:
Borja Ferrer
2006-08-18 14:02:07 +00:00
parent 377c01eac7
commit 43bd5fc732
4 changed files with 1 additions and 5 deletions

View File

@ -878,7 +878,6 @@ static cell AMX_NATIVE_CALL trace_forward(AMX *amx, cell *params)
Vector forwardVector = gpGlobals->v_forward;
REAL fEndX = forwardVector[0] * 4000;
REAL fEndY = forwardVector[1] * 4000;
REAL fEndZ = fStartZ;
REAL fClosestDist = 999999.9;
REAL fClosestLow = 0.0;