Updated to refer to blck_maxGradient
This constant was added so there can be a map-specific setting for max gradient.
This commit is contained in:
parent
8279a4f88b
commit
ceb9fb7bce
@ -40,7 +40,7 @@ for "_i" from 1 to (count blck_recentMissionCoords) do
|
||||
|
||||
private _waterMode = 0;
|
||||
private _shoreMode = 0;
|
||||
private _maxGrad = 0.20;
|
||||
private _maxGrad = blck_maxGradient;
|
||||
private _minObjDist = 30;
|
||||
private _searchDist = blck_mapRange / 2;
|
||||
private _coords = [];
|
||||
|
Loading…
Reference in New Issue
Block a user