Clarify comment about grass

This commit is contained in:
ebaydayz
2016-09-19 15:34:40 -04:00
parent c97015fb9a
commit df70d1f4a3
23 changed files with 23 additions and 23 deletions

View File

@@ -105,7 +105,7 @@ call compile preprocessFileLineNumbers "server_traders.sqf";
call compile preprocessFileLineNumbers "\z\addons\dayz_code\system\mission\cmr_ovaron.sqf"; //Add trader city objects locally on each machine early
initialized = true;
setTerrainGrid 25; //grass height (50=very low, 25=normal, 12.5=very high)
setTerrainGrid 25; //grass draw distance (50=no grass, 25=normal, 12.5=far)
if (dayz_REsec == 1) then {call compile preprocessFileLineNumbers "\z\addons\dayz_code\system\REsec.sqf";};
execVM "\z\addons\dayz_code\system\DynamicWeatherEffects.sqf";