Skip to content

General - Fix some undefined / unused vars#11180

Merged
PabstMirror merged 2 commits intomasterfrom
overwritten
Dec 23, 2025
Merged

General - Fix some undefined / unused vars#11180
PabstMirror merged 2 commits intomasterfrom
overwritten

Conversation

@PabstMirror
Copy link
Copy Markdown
Contributor

No description provided.

@PabstMirror PabstMirror added this to the 3.20.3 milestone Dec 21, 2025
@PabstMirror PabstMirror added kind/cleanup Release Notes: **CHANGED:** impact/trivial labels Dec 21, 2025
{params ["_target", "_player", "_currentTurret"]; IS_MOVED_OUT},
{
params ["", "_player", "", "_moveInCode", "_moveInParams", "_moveBackCode", "_moveBackParams"];
LOG_2("moved out after %1 frames %2",diag_frameNo-GVAR(frame),call {GVAR(frame)=diag_frameNo; 0});
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this also requires changing then?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

guess this one was fine because it has a 0 at the end, maybe that's the cleaner solution
the call {} stuff is weird but also kind of clever way of conditionally adding debug stuff

@PabstMirror PabstMirror merged commit 556c5d5 into master Dec 23, 2025
3 checks passed
@PabstMirror PabstMirror deleted the overwritten branch December 23, 2025 17:47
OverlordZorn pushed a commit to OverlordZorn/ACE3 that referenced this pull request Jan 11, 2026
* General - Fix some undefined / unused vars

* Update fnc_addFreeSeatsActions.sqf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

impact/trivial kind/cleanup Release Notes: **CHANGED:**

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants