Fixed bug am43875

This commit is contained in:
David Anderson 2006-08-27 01:38:47 +00:00
parent af5a7f5434
commit 6786b0e356

View File

@ -2617,10 +2617,10 @@ static cell AMX_NATIVE_CALL get_user_aiming(AMX *amx, cell *params) /* 4 param *
{
pfloat = (trEnd.vecEndPos - v_src).Length();
}
} else {
*cpId = 0;
*cpBody = 0;
}
*cpId = 0;
*cpBody = 0;
return amx_ftoc(pfloat);
}