Skip to content

Commit

Permalink
use macro for function call (upsi)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokoho48 committed Sep 10, 2023
1 parent 9afa16a commit 2609bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/main/functions/UnitAction/fnc_doSmoke.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (_magazines isEqualTo []) exitWith {false};

// find smoke shell
private _smokeshell = _magazines findIf {
_x call lambs_main_fnc_checkMagazineAiUsageFlags;
_x call FUNC(checkMagazineAiUsageFlags);
};

// select smoke
Expand Down

0 comments on commit 2609bf0

Please sign in to comment.