Skip to content

Commit 53e10a3

Browse files
authored
Apply suggestions from code review
1 parent 6369549 commit 53e10a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addons/common/fnc_attachToBone.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Parameters:
1010
_parent - Parent object to which child will be attached <STRING>
1111
_bone - Bone name <STRING>
1212
_matchOrientation - Orientation <BOOLEAN> (Default: true) True: match bone orientation, False: maintain relative orientation
13-
_lod - LOD in which to check for bone <BOOLEAN> (Default: 1e15 for Memory LOD)
13+
_lod - LOD in which to check for bone <NUMBER><STRING> (Default: 1e15 for Memory LOD)
1414
1515
Returns:
1616

addons/pylons/fnc_jettison.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ params ["_vehicle", ["_mode", 0]];
4848
if (_model != "") then { // exitWith doesn't work inside getOrDefaultCall
4949
private _magObj = createSimpleObject [_model, [0, 0, 0], false];
5050

51-
_selection = selectionNames _magObj select {"proxy" in _x} param [0, ""];
51+
private _selection = selectionNames _magObj select {"proxy" in _x} param [0, ""];
5252
if ("proxy" in _selection) then {
5353
_offset = _magObj selectionPosition _selection;
5454
};

0 commit comments

Comments
 (0)