Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Angle initialEstimate;
- Angle orig;
- GetSpreadAngles( weapon, orig, cmd->randomseed, initialEstimate);
- GetSpreadAngles( weapon, initialEstimate, cmd->randomseed, greenAngles );
- delta_yaw = orig[yaw] - greenAngles[yaw];
- delta_pitch = orig[pitch] - greenAngles[pitch];
Advertisement
Add Comment
Please, Sign In to add comment