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

Fire - Fix medical macros in compiled sqfc #10147

Merged
merged 2 commits into from
Jul 27, 2024
Merged

Fire - Fix medical macros in compiled sqfc #10147

merged 2 commits into from
Jul 27, 2024

Conversation

PabstMirror
Copy link
Contributor

#if has_include for sqf is evaluated at build time
e.g. the compiled .sqfc was
private _damageToAdd = [0.15, _intensity / 10] select (!alive _unit || {0 < (1 + random 0.2)});

@PabstMirror PabstMirror added kind/bug-fix Release Notes: **FIXED:** ignore-changelog Release Notes: Excluded labels Jul 26, 2024
@PabstMirror PabstMirror added this to the 3.18.0 milestone Jul 26, 2024
@johnb432 johnb432 merged commit aa6e5c3 into master Jul 27, 2024
5 checks passed
@johnb432 johnb432 deleted the fireRuntime branch July 27, 2024 17:16
blake8090 pushed a commit to blake8090/ACE3 that referenced this pull request Aug 18, 2024
* Fire - Fix medical macros in compiled sqfc

* Update addons/fire/functions/fnc_burnSimulation.sqf

Co-authored-by: johnb432 <[email protected]>

---------

Co-authored-by: johnb432 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-changelog Release Notes: Excluded kind/bug-fix Release Notes: **FIXED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants