Skip to content

Commit e64b6a7

Browse files
authored
Added new params
1 parent c0ffef9 commit e64b6a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

addons/AIO_AIMENU/postInit.sqf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ while {isNull _display} do {
99
private _ctrl = _display displayCtrl 51;
1010

1111
//Default Variables
12+
AIO_sprintingUnits = [];
13+
AIO_EnableSprintMode = 0;
1214
AIO_driver_mode_enabled = false;
1315
AIO_MAP_EMPTY_VEHICLES_MODE = false;
1416
AIO_selectedunits = [];
@@ -19,6 +21,7 @@ AIO_nearPlane = [];
1921
AIO_nearHeli = [];
2022
AIO_nearcargo = [];
2123
AIO_rearmTargets = [];
24+
AIO_copyExactStance = AIO_useExactStanceCopy;
2225
if (isNil "AIO_unitsToHoldFire") then {AIO_unitsToHoldFire = []};
2326
if (isNil "AIO_dismissedUnits") then {AIO_dismissedUnits = []};
2427
if (isNil "AIO_recruitedUnits") then {AIO_recruitedUnits = []};

0 commit comments

Comments
 (0)