Fixed spelling

This commit is contained in:
ulteq 2015-06-02 20:07:35 +02:00
parent c2be6ffef6
commit 663ae1db4a
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ ADDON = false;
PREP(canDeploy);
PREP(deploy);
PREP(deployCancle);
PREP(deployCancel);
PREP(deployConfirm);
PREP(handleScrollWheel);
PREP(pickup);

View File

@ -26,7 +26,7 @@ GVAR(sandBag) enableSimulationGlobal false;
GVAR(deployPFH) = [{
if (GVAR(placer) != ACE_player) exitWith {
call FUNC(deployCancle);
call FUNC(deployCancel);
};
GVAR(sandBag) setPosASL ((eyePos ACE_player) vectorAdd (positionCameraToWorld [0,0,1] vectorDiff positionCameraToWorld [0,0,0]));
GVAR(sandBag) setDir (GVAR(deployDirection) + getDir ACE_player);
@ -43,5 +43,5 @@ GVAR(placer) setVariable [QGVAR(Deploy),
GVAR(placer) setVariable [QGVAR(Cancel),
[GVAR(placer), "zoomtemp",
{GVAR(deployPFH) != -1 && !isNull (GVAR(sandBag))},
{call FUNC(deployCancle);}
{call FUNC(deployCancel);}
] call EFUNC(common,AddActionEventHandler)];

View File

@ -9,7 +9,7 @@
* None
*
* Example:
* call ace_sandbag_fnc_deployCancle;
* call ace_sandbag_fnc_deployCancel;
*
* Public: No
*/