0.3.8.0435

reduce dynamic range by half
This commit is contained in:
vbawol 2016-04-24 16:15:36 -05:00
parent e29df57b07
commit af54711687
31 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ class CfgActionMenu
dyna_cursorTargetType = "typeOf ([10] call EPOCH_fnc_cursorTarget)";
dyna_inVehicle = "vehicle player != player";
dyna_itemsPlayer = "items player";
dyna_sizeOf = "((sizeOf dyna_cursorTargetType) max 5) min 30";
dyna_sizeOf = "((sizeOf dyna_cursorTargetType/2) max 5) min 30";
dyna_distance = "(player distance dyna_cursorTarget) <= dyna_sizeOf";
dyna_buildMode = "([10] call EPOCH_fnc_cursorTarget) call EPOCH_checkBuild;";

View File

@ -1 +1 @@
build=434;
build=435;

View File

@ -1 +1 @@
build=434;
build=435;

View File

@ -1 +1 @@
build=434;
build=435;

View File

@ -1 +1 @@
build=434;
build=435;

View File

@ -1 +1 @@
434
435