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:
Chris Cardozo 2020-11-22 08:52:55 -05:00
parent 8279a4f88b
commit ceb9fb7bce

View File

@ -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 = [];