mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
unneeded parens
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
This commit is contained in:
parent
4727386c07
commit
16e699e387
@ -39,9 +39,9 @@ _box params ["_lowP", "_upP"];
|
||||
|
||||
// adjust with stance
|
||||
switch (stance _object) do {
|
||||
case ("STAND"): {_upP set [2, 1.9];};
|
||||
case ("CROUCH"): {_upP set [2, 1.3];};
|
||||
case ("PRONE"): {_upP set [2, 0.8];};
|
||||
case "STAND": {_upP set [2, 1.9];};
|
||||
case "CROUCH": {_upP set [2, 1.3];};
|
||||
case "PRONE": {_upP set [2, 0.8];};
|
||||
};
|
||||
private _centerPoint = ASLToAGL getPosASL _object;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user