replace tabs with spaces

This commit is contained in:
commy2 2016-07-12 16:28:36 +02:00
parent a0aea441b4
commit ce72bfd07a
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ _unit selectWeapon primaryWeapon _unit;
// can't play action that depends on weapon if it was added the same frame
[{
[_this, "grabDrag"] call EFUNC(common,doGesture);
[_this, "grabDrag"] call EFUNC(common,doGesture);
}, _unit] call CBA_fnc_execNextFrame;
// move a bit closer and adjust direction when trying to pick up a person

View File

@ -24,7 +24,7 @@ GVAR(PFH) = false;
_unit setVariable [QGVAR(chuteIsCut), false, true];
[{
(_this select 0) params ["_time", "_unit"];
(_this select 0) params ["_time", "_unit"];
if (CBA_missionTime > _time + 1) then {
[_unit, "Crouch"] call EFUNC(common,doGesture);