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

Tools - Don't compile 4 funcs that modify base functions #1634

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

PabstMirror
Copy link
Contributor

IIRC the intention was to not compile these functions so they would respond to changes in BI's functions

private _return = call {
    #include "\a3\functions_f\misc\fn_startLoadingScreen.sqf"
};

e.g. if that func gets updated in a patch; we want to include at run-time instead of compile-time

@PabstMirror PabstMirror added this to the 3.16.2 milestone Dec 7, 2023
@jonpas jonpas merged commit 18a1699 into master Mar 27, 2024
4 checks passed
@jonpas jonpas deleted the skipCompileA3funcs branch March 27, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants