replace local keyword with private

This commit is contained in:
commy2
2015-11-17 17:43:07 +01:00
parent b6f9a2b776
commit a57d1bca75
24 changed files with 34 additions and 34 deletions

View File

@ -18,7 +18,7 @@
params ["_var", ["_depth", 0, [0]]];
local _pad = "";
private _pad = "";
for "_i" from 0 to _depth do {
_pad = _pad + toString [9];