Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

optimize default value for radius in CBA_fnc_addWaypoint etc. #1277

Merged
merged 5 commits into from
Jan 11, 2020

Conversation

commy2
Copy link
Contributor

@commy2 commy2 commented Jan 11, 2020

When merged this pull request will:

  • addWaypoint does "find waypoint position", which is somewhat like find safe pos dedmen
  • that safe pos check is only done if radius is > 0 dedmen
  • -1 disables the check, but always leads to the same result as 0, therefore use -1 as default instead

@commy2 commy2 added this to the 3.14 milestone Jan 11, 2020
@commy2 commy2 changed the title optimize default value for radius in CBA_fnc_addWaypoint optimize default value for radius in CBA_fnc_addWaypoint etc. Jan 11, 2020
@commy2 commy2 merged commit f97cdb2 into master Jan 11, 2020
@commy2 commy2 deleted the optimize_addWaypoint branch January 11, 2020 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants