diff --git a/SQF/dayz_code/compile/fnc_getSetPos.sqf b/SQF/dayz_code/compile/fnc_getSetPos.sqf index 30f6f7d03..37f23b0bb 100644 --- a/SQF/dayz_code/compile/fnc_getSetPos.sqf +++ b/SQF/dayz_code/compile/fnc_getSetPos.sqf @@ -1,5 +1,5 @@ //DO NOT USE IF YOU NEED ANGLE COMPENSATION!!!! -private "_pos"; +private["_params","_thingy","_isATL","_pos"]; _params = count _this; _thingy = _this select 0; @@ -28,4 +28,4 @@ if (surfaceIsWater _pos) then { }; }; -_pos; \ No newline at end of file +_pos;